e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
848 stars 479 forks source link

AssertionError for pandapower test #1715

Closed Horreyneeyo closed 1 year ago

Horreyneeyo commented 2 years ago

Hi,

I tried testing my pandapower installation package using the pandapower test suite along with the imported pandapower sub-routines as seen here https://www.pandapower.org/start/

However, I am getting an assertion error of 'assert mod not in mods' What should I do to ensure everything is installed correctly and all tests should pass

SteffenMeinecke commented 2 years ago

Hi @Horreyneeyo please post your python package installations (type pip list or if you are using anaconda: conda list) as well as the assertion error logging message.

rbolgaryn commented 1 year ago

Closing due to inactivity