mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-24 21:19:53 +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]
|
processed_obs = result[0]
|
||||||
|
|
||||||
# Should preserve data unchanged
|
# Should preserve data unchanged
|
||||||
assert processed_obs == observation
|
np.testing.assert_array_equal(processed_obs, observation)
|
||||||
|
|
||||||
|
|
||||||
def test_complete_observation_processing():
|
def test_complete_observation_processing():
|
||||||
|
|||||||
Reference in New Issue
Block a user