mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 08:39:49 +00:00
chore(test): add suggestion made by copilot regarding numpy test
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user