Skip to content

Commit

Permalink
Update test_core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Dec 10, 2023
1 parent ec5324e commit 1abcea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/envs/functional/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def terminal(self, state: np.ndarray) -> bool:

def test_api():
env = BasicTestEnv()
state = env.initial(None)
state = env.initial({})
obs = env.observation(state)
assert state.shape == (2,)
assert state.dtype == np.float32
Expand Down

0 comments on commit 1abcea8

Please sign in to comment.