marota / ExpertOp4Grid

Expert System agent to operate a power grid
https://expertop4grid.readthedocs.io/en/latest
Mozilla Public License 2.0
7 stars 2 forks source link

AssertionError when running basic manual mode #37

Open janviebahn opened 3 years ago

janviebahn commented 3 years ago

I installed ExpertOp4Grid via

pip3 install ExpertOp4Grid

Then I simply did

expertop4grid -l 9 -s 1 -c 0 -t 0

which gives the expected results but breaks at some point:

image

I don't know why. Output in Base Graph looks like this (nice figures)

image

marota commented 3 years ago

Have you installed graphviz ? If not see readme. Ideally we should catch if not installed before when using -s 1 mode