Skip to content

Commit

Permalink
Fix test for update of position tools (#835)
Browse files Browse the repository at this point in the history
Related to single LED halving the data bug
  • Loading branch information
edeno authored Feb 15, 2024
1 parent afc150c commit 57f0d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common/test_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def test_fetch1_dataframe(interval_position_info, interval_pos_key):
df_sums = {c: df[c].iloc[:5].sum() for c in df.columns}
df_sums_exp = {
"head_orientation": 4.4300073600180125,
"head_position_x": 111.25,
"head_position_y": 141.75,
"head_position_x": 222.5,
"head_position_y": 283.5,
"head_speed": 0.6084872579024899,
"head_velocity_x": -0.4329520555149495,
"head_velocity_y": 0.42756198762527325,
Expand Down

0 comments on commit 57f0d5b

Please sign in to comment.