Overview#
docs |
|
---|---|
tests |
|
package |
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:
Clone the repository:
Using SSH:
git clone git@github.com:sandialabs/quends.git cd quends
Using HTTPS:
git clone sandialabs/quends.git cd quends
Install the package and its dependencies:
Once you have cloned the repository, you can install the package using pip:
pip install .
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
|