Skip to content

Commit b07496d

Browse files
committed
update test expected value for null orientation in single led
1 parent 5784f67 commit b07496d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/common/test_position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_fetch1_dataframe(interval_position_info, interval_pos_key):
6060

6161
df_sums = {c: df[c].iloc[:5].sum() for c in df.columns}
6262
df_sums_exp = {
63-
"head_orientation": 4.4300073600180125,
63+
"head_orientation": 0,
6464
"head_position_x": 222.5,
6565
"head_position_y": 283.5,
6666
"head_speed": 1.2245733375331014,

tests/position/test_trodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_fetch_df(trodes_pos_v1, trodes_params):
5858
exp = {
5959
"position_x": 230389.335,
6060
"position_y": 295368.260,
61-
"orientation": 4716.906,
61+
"orientation": 0.0,
6262
"velocity_x": 1726.304,
6363
"velocity_y": -1675.276,
6464
"speed": 6257.273,

0 commit comments

Comments
 (0)