rl-institut / multi-vector-simulator

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
GNU General Public License v2.0
21 stars 10 forks source link

Sort out dependencies in requirements.txt #840

Closed Bachibouzouk closed 3 years ago

Bachibouzouk commented 3 years ago

Fix #836, fix #760, fix #200

I tried python 3.8 and 3.9, I let install the latest panda version (v1.2.3, .. happen only once ^^) and all the tests ran smoothly Except one in TestACElectricityBus.test_benchmark_AB_grid_pv where it is a type mismatch which leads the two timeseries to not equal (one is int64, whereas the other float64) --> easily fixable. I would therefore suggest we use the latest panda version again.

Changes proposed in this pull request:

The following steps were realized, as well (if applies):

For more information on how to contribute check the CONTRIBUTING.md.