Skip to content

Commit 7bf3c15

Browse files
committed
rename a test class
1 parent 30a9a73 commit 7bf3c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laserchicken/feature_extractor/test_median_norm_z_feature_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from laserchicken.test_tools import create_point_cloud
77

88

9-
class TestMedianZFeatureExtractor(unittest.TestCase):
9+
class TestMedianNormZFeatureExtractor(unittest.TestCase):
1010
def test_use_norm_z(self):
1111
x = y = np.array([0, 0, 0])
1212
z = np.array([2, 2, 2])

0 commit comments

Comments
 (0)