Skip to content

Commit

Permalink
remove filterwarnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalev committed Dec 6, 2022
1 parent 2c1bed8 commit e567776
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/envs/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

from pymgrid.envs import DiscreteMicrogridEnv

import warnings
warnings.filterwarnings('error')


class TestDiscreteEnv(TestCase):

Expand Down

0 comments on commit e567776

Please sign in to comment.