| docs | |
|---|---|
| tests | |
| package |
The network/graph submodules of oemof.
- Free software: MIT license
pip install oemof.network
You can also install the in-development version with:
pip install https://github.com/oemof/oemof-network/archive/dev.zip
https://oemof-network.readthedocs.io/
To run the all 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 |