Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Parkhurst committed Oct 21, 2024
1 parent 642f038 commit bbc2ee9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,12 @@ def test_sample_with_motion(tmp_path):
}
]
},
"motion": {"interaction_range": 300, "velocity": 1, "noise_magnitude": 0},
"motion": {
"global_drift": (1, 2),
"interaction_range": 300,
"velocity": 1,
"noise_magnitude": 0,
},
}

scan_config = {
Expand Down

0 comments on commit bbc2ee9

Please sign in to comment.