We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f09e8 commit 8281e66Copy full SHA for 8281e66
test/test_RationalBSplineManifold.jl
@@ -27,7 +27,7 @@
27
@test M1 == M2 == RationalBSplineManifold(M1) == RationalBSplineManifold(M2)
28
@test hash(M1) == hash(M2) == hash(RationalBSplineManifold(M1)) == hash(RationalBSplineManifold(M2))
29
@test M3 ≠ M4 ≠ RationalBSplineManifold(M3) ≠ RationalBSplineManifold(M4)
30
- @test hash(M3) ≠ hash(M4) ≠ hash(RationalBSplineManifold(M3)) ≠ hash(RationalBSplineManifold(M4))
+ @test hash(M3) ≠ hash(M4) == hash(RationalBSplineManifold(M3)) == hash(RationalBSplineManifold(M4))
31
@test M1() == 1.2
32
@test M2() == 1.2
33
@test M3() == 1.2
0 commit comments