Skip to content

Commit

Permalink
moving from test can to 9 point box
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday committed Dec 26, 2024
1 parent 4eda119 commit b44cfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/test_sfm_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def test_sfm_process_basic():

leds = get_all_2d_led_maps(get_test_dir("MariMapper-Test-Data/can"))
leds = get_all_2d_led_maps(get_test_dir("MariMapper-Test-Data/9_point_box"))

sfm = SFM(existing_leds=leds)

Expand All @@ -18,7 +18,7 @@ def test_sfm_process_basic():

map_3d = output_queue.get(timeout=5)

assert len(map_3d) == 50
assert len(map_3d) == 21

sfm.stop()
timeout = time.time() + 5
Expand All @@ -29,7 +29,7 @@ def test_sfm_process_basic():

def test_sfm_process_exit():

leds = get_all_2d_led_maps(get_test_dir("MariMapper-Test-Data/can"))
leds = get_all_2d_led_maps(get_test_dir("MariMapper-Test-Data/9_point_box"))

sfm = SFM(existing_leds=leds)

Expand Down

0 comments on commit b44cfc1

Please sign in to comment.