Skip to content

Commit

Permalink
removed unused import and path setting of sensor auto calib test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Mar 27, 2024
1 parent 8f16fcf commit bf002fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
sys.path.append(str(Path(__file__).absolute().parent) + "/../src/simulations/perception/point_cloud_rectangle_fitting")
sys.path.append(str(Path(__file__).absolute().parent) + "/../src/simulations/perception/point_cloud_search")
sys.path.append(str(Path(__file__).absolute().parent) + "/../src/simulations/perception/point_cloud_search")
sys.path.append(str(Path(__file__).absolute().parent) + "/../src/simulations/perception/sensor_auto_calibration")
3 changes: 0 additions & 3 deletions test/test_sensor_auto_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
Author: Shisato Yano
"""

from pathlib import Path
import sys
import pytest

sys.path.append(str(Path(__file__).absolute().parent) + "/../src/simulations/perception/sensor_auto_calibration")
import sensor_auto_calibration


Expand Down

0 comments on commit bf002fd

Please sign in to comment.