You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grid2op version: 1.9.3
The bug that has been worked on in commit 6178dff "fix a bug in sim2real and storage units" does not seem perfectly fixed.
Same error as before but with Pandapower backend on my side
grid2op.make(env_name)
Error
File "/usr/local/lib/python3.10/site-packages/grid2op/Space/GridObjects.py", line 2211, in _check_validity_storage_data
raise IncorrectNumberOfStorages("self.storage_type is None")
grid2op.Exceptions.EnvExceptions.IncorrectNumberOfStorages: Grid2OpException EnvError IncorrectNumberOfStorages "self.storage_type is None"
The text was updated successfully, but these errors were encountered:
Environment
1.9.3
The bug that has been worked on in commit 6178dff "fix a bug in sim2real and storage units" does not seem perfectly fixed.
Same error as before but with Pandapower backend on my side
Error
File "/usr/local/lib/python3.10/site-packages/grid2op/Space/GridObjects.py", line 2211, in _check_validity_storage_data
raise IncorrectNumberOfStorages("self.storage_type is None")
grid2op.Exceptions.EnvExceptions.IncorrectNumberOfStorages: Grid2OpException EnvError IncorrectNumberOfStorages "self.storage_type is None"
The text was updated successfully, but these errors were encountered: