Overview#

docs

Documentation Status

tests

Python Tests Build Status Deployment Status Coverage Status

package

Commits since latest release

Quantification of Uncertainties in ENsembles of Data Streams

  • Free software: BSD 3-Clause License

Installation#

To install the package, you can choose one of the following methods:

  1. Clone the repository:

    Using SSH:

    git clone git@github.com:sandialabs/quends.git cd quends

    Using HTTPS:

    git clone sandialabs/quends.git cd quends

  2. Install the package and its dependencies:

    Once you have cloned the repository, you can install the package using pip:

    pip install .

  3. Verify the installation:

    To ensure that the installation was successful, you can run a simple test:

    python -c “import quends”

Documentation#

https://sandialabs.github.io/quends/documentation/index.html

Development#

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Coverage#

You can view the coverage report Coverage Status.