Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
kurtamohler committed Dec 17, 2024
1 parent 98650f8 commit 8abf242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -3427,7 +3427,8 @@ def test_reset_done_error(self, stateful):
)
def test_reward(self, stateful, reset_without_fen, endstate):
if stateful and reset_without_fen:
pytest.skip("reset_without_fen is only used for stateless env")
# reset_without_fen is only used for stateless env
return

env = ChessEnv(stateful=stateful)

Expand Down

0 comments on commit 8abf242

Please sign in to comment.