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 2d03f84 commit 3e8dcd4Copy full SHA for 3e8dcd4
test/test_generic.jl
@@ -144,7 +144,6 @@ function test_generic_functionality_inverse()
144
@test inverse(m) == cos
145
@test !FunctionMaps.implements_inverse(cos)
146
@test isequalmap(inverse(cos), inverse(cos))
147
- @test map_hash(m) == 0xe007467f7ac77adc
148
end
149
150
function test_generic_functionality_jacobian()
0 commit comments