rl-institut / smooth

Simulation framework for non-linear state-dependant energy systems
Other
6 stars 7 forks source link

smooth\tests\test_optimization.py is finding errors #226

Closed j-brendel closed 3 years ago

j-brendel commented 3 years ago

grafik

When running 'pytest tests' I get ModuleNotFoundError: No module named 'oemof'

Is this only true for me?

b-r-u commented 3 years ago

Try running pip install -r requirements.txt in your virtual environment. This should install the specific version of oemof we need.

j-brendel commented 3 years ago

Thanks for the hint, that did the trick!