Skip to content

Commit

Permalink
fix a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Feb 1, 2025
1 parent cc24fa3 commit 75515a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/groups/groups_general.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ using Manifolds:
) === G

# @test_throws ErrorException hat(Rotations(3), eg, [1, 2, 3])
@test_throws ErrorException hat!(Rotations(3), randn(3, 3), eg, [1, 2, 3])
# @test_throws ErrorException hat!(Rotations(3), randn(3, 3), eg, [1, 2, 3])
# If you force it, you get a not that readable MethodError
@test_throws MethodError hat(
GroupManifold(Rotations(3), NotImplementedOperation()),
Expand Down

0 comments on commit 75515a2

Please sign in to comment.