chore(test): add suggestion made by copilot regarding numpy test

This commit is contained in:
Adil Zouitine
2025-07-04 11:19:41 +02:00
parent e509f255af
commit e0139065bd
@@ -257,7 +257,7 @@ def test_no_states_in_observation():
processed_obs = result[0]
# Should preserve data unchanged
assert processed_obs == observation
np.testing.assert_array_equal(processed_obs, observation)
def test_complete_observation_processing():