Skip to content

Commit

Permalink
adding the test for the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Nov 2, 2020
1 parent 354de4c commit 4f50d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grid2op/tests/test_Runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _aux_backward(self, base_path, g2op_version):
pdb.set_trace()

def test_backward_compatibility(self):
backward_comp_version = ["1.0.0", "1.1.0", "1.1.1", "1.2.0", "1.2.1", "1.2.2", "1.2.3"]
backward_comp_version = ["1.0.0", "1.1.0", "1.1.1", "1.2.0", "1.2.1", "1.2.2", "1.2.3", "1.3.0"]
curr_version = "current_version"
with warnings.catch_warnings():
warnings.filterwarnings("ignore")
Expand Down

0 comments on commit 4f50d09

Please sign in to comment.