Skip to content

Commit

Permalink
don't test hash value
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Feb 1, 2025
1 parent 2d03f84 commit 3e8dcd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function test_generic_functionality_inverse()
@test inverse(m) == cos
@test !FunctionMaps.implements_inverse(cos)
@test isequalmap(inverse(cos), inverse(cos))
@test map_hash(m) == 0xe007467f7ac77adc
end

function test_generic_functionality_jacobian()
Expand Down

0 comments on commit 3e8dcd4

Please sign in to comment.