Skip to content

Commit

Permalink
Fixed strange test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed May 27, 2024
1 parent e1493da commit 7dac1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples/test_all_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_sensor_alignment_compact(snapshot) -> None:

# just check first 1000 rows to make sure that snapshot stays in a kB range
for sensor in ["left_sensor", "right_sensor"]:
snapshot.assert_match(forward_aligned_data[sensor].iloc[:1000], sensor)
snapshot.assert_match(forward_aligned_data[sensor].iloc[:1000].rename_axis(columns=None), sensor)


def test_temporal_parameters(snapshot) -> None:
Expand Down

0 comments on commit 7dac1c2

Please sign in to comment.