Skip to content

Commit

Permalink
making sure issue #67 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed May 5, 2020
1 parent 18aede0 commit c7595e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grid2op/tests/test_Reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ def _reward_type(self):
return BridgeReward


class TestLoadingL2RPNSandBoxScore(TestLoadingReward, unittest.TestCase):
def _reward_type(self):
return L2RPNSandBoxScore


class TestDistanceReward(TestLoadingReward, unittest.TestCase):
def _reward_type(self):
return DistanceReward
Expand Down

0 comments on commit c7595e6

Please sign in to comment.