Skip to content

Commit

Permalink
Update test_trajectory_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Dec 18, 2024
1 parent 2494593 commit 3a46487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_trajectory_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def test_avg_trajectory_distance(self):

# A list of empty times is invalid.
with self.assertRaises(ValueError):
_ = ave_trajectory_distance(trjA, trjC, [])
_ = avg_trajectory_distance(trjA, trjC, [])

def test_match_trajectory_sets(self):
queries = [
Expand Down

0 comments on commit 3a46487

Please sign in to comment.