Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 1.64 KB

README.rst

File metadata and controls

81 lines (51 loc) · 1.64 KB

Overview

docs Documentation Status
tests GitHub Actions Build Status Coverage Status
package Commits since latest release

Quantification of Uncertainties in ENsembles of Data Streams

  • Free software: MIT license

Installation

pip install quends

You can also install the in-development version with:

pip install https://github.com/sandialabs/quends/archive/main.zip

Documentation

https://quends.readthedocs.io/

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