Skip to content

Commit

Permalink
remove a pdb...
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <[email protected]>
  • Loading branch information
BDonnot committed Nov 26, 2024
1 parent 8b70407 commit 2e81300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grid2op/tests/test_attached_envs_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ def test_action_space(self):

def test_observation_space(self):
assert issubclass(self.env.observation_space.subtype, CompleteObservation)
import pdb
pdb.set_trace()
assert self.env.observation_space.n == 420, f"{self.env.observation_space.n}"

def test_same_env_as_no_storage(self):
Expand Down

0 comments on commit 2e81300

Please sign in to comment.