Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMariday committed Dec 27, 2024
1 parent 525229c commit b70e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marimapper/sfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def sfm(leds_2d: list[LED2D]) -> list[LED3D]:

new_map = binary_to_led_map_3d(Path(temp_dir))

print(f"sfm managed to reconstruct {len(new_map)} leds in map {map_id}")
logger.debug(f"sfm managed to reconstruct {len(new_map)} leds in map {map_id}")

leds_3d = new_map if len(new_map) > len(leds_3d) else leds_3d

Expand Down

0 comments on commit b70e3ac

Please sign in to comment.