Skip to content

Commit c92cf3b

Browse files
authored
Fix keyword arguments in test_sim (#92)
2 parents f6e787c + 02a97de commit c92cf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_ll(time):
4242

4343
viz = TrackingViz("Test Train", image, get_ll, time_window, bbox, 1)
4444
sim = Simulation([viz], [], 0)
45-
sim.run(speed=0, refresh_rate=0.1, osmzoom=zoom, windowsize=(600, 600))
45+
sim.run(speed=0, refresh_rate=0.1, osm_zoom=zoom, window_size=(600, 600))
4646

4747

4848
def test_sim_one() -> None:

0 commit comments

Comments
 (0)