Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senselessdev1 authored and senselessdev1 committed Aug 16, 2023
1 parent ec48d94 commit 7f6707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_json_roundtrip(self) -> None:
np.testing.assert_allclose(data["data"][1:], data_from_json["data"][1:])

def test_sort_image_filenames_lexigraphically(self) -> None:
"""Tests that 5 image-camera pose pairs are sorted jointly according tp file name."""
"""Tests that 5 image-camera pose pairs are sorted jointly according to file name."""
wTi_list = [
Pose3(Rot3(), np.array([0,0,34])),
Pose3(Rot3(), np.array([0,0,35])),
Expand Down

0 comments on commit 7f6707a

Please sign in to comment.