Skip to content

Commit

Permalink
fixing small issues spotted in the PR rte-france#547
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Oct 26, 2023
1 parent 123102f commit 5619bee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions grid2op/Chronics/gridStateFromFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ def _assert_correct(self, dict_convert, order_backend):
lend_dict_values = len(vals)

if len_dict_keys != len_backend:
import pdb
pdb.set_trace()
err_msg = "Conversion mismatch between backend data {} elements and converter data {} (keys)"
raise IncorrectNumberOfElements(err_msg.format(len_backend, len_dict_keys))
if lend_dict_values != len_backend:
Expand Down
16 changes: 0 additions & 16 deletions grid2op/multi_agent/my_test.py

This file was deleted.

0 comments on commit 5619bee

Please sign in to comment.