Skip to content

Commit 41fdaed

Browse files
committed
Fix import typo in ray casting grid map test module.
Corrected the import statement in the test file by updating the module's name to `ray_casting_grid_map` for consistency with the source file. This ensures proper functionality of the test suite.
1 parent 79a71fb commit 41fdaed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import conftest # Add root path to sys.path
2-
from Mapping.ray_casting_grid_map import raycasting_grid_map as m
2+
from Mapping.ray_casting_grid_map import ray_casting_grid_map as m
33

44

55
def test1():

0 commit comments

Comments
 (0)