Load oemof energy systems from tabular data sources.
- Free software: BSD 3-Clause License
We are currently using features which haven't made it to a proper oemof release yet. This means that you have to install oemof.tabular from source, since pip doesn't allow packages on PyPI to have dependencies which are not hosted on PyPI:
pip install 'git+https://git@github.com/oemof/oemof-tabular.git'
You also need at least pip version 18.1 for this to work.
https://oemof-tabular.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 |