Skip to content

Commit 1ca9565

Browse files
authored
Merge pull request #2 from cleong110/main
Fixing minor typo "distsance_metric"
2 parents 7bd176a + 44b4bf9 commit 1ca9565

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pose_evaluation/metrics/test_distance_metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pose_format import Pose
66
from pose_format.numpy import NumPyPoseBody
77

8-
from pose_evaluation.metrics.distsance_metric import DistanceMetric
8+
from pose_evaluation.metrics.distance_metric import DistanceMetric
99

1010

1111
def get_poses(length1: int, length2: int):

0 commit comments

Comments
 (0)