Skip to content

Commit

Permalink
Remove assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Nov 3, 2023
1 parent e3b5c51 commit cbc6ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransform3d/test/test_transform_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def test_from_to_dict():
assert_array_almost_equal(tm.get_transform("D", "A"),
tm2.get_transform("D", "A"))

assert tm_dict == tm2_dict, f"{tm_dict} != {tm2_dict}"
assert tm_dict == tm2_dict


def test_remove_twice():
Expand Down

0 comments on commit cbc6ac8

Please sign in to comment.