e2nIEE / simbench

Electrical Power System Benchmark Dataset directly usable with pandapower (use the project website for other tools)
https://simbench.de/en/
Other
97 stars 28 forks source link

Error while loading simbench network #6

Closed harisdtu closed 3 years ago

harisdtu commented 4 years ago

Hi,

I'm trying to run a simple test for simbench and just load a network: image

However, i get the following error: image

Any ideas? I have the latest package versions installed.

SteffenMeinecke commented 4 years ago

This issue is due to changed of pandas. You probably have pandas 1.x, however, this repository was implemented with a pandas 0.x -> Please switch to the develop branch of this repository. There, this issue is already fixed. After fixing issue #2, the develop will be merged into the master. Then you can use the master branch again.

SteffenMeinecke commented 3 years ago

The master branch was merged with the develop branch. As a result, this issue should be fixed.