Skip to content

Commit

Permalink
Unbreak test
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 31, 2024
1 parent 9db5760 commit 57a74ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/caching_allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ end
@test Y * Y isa AlgebraElement
Y * Y
k2 = @allocated Y * Y
@test k2 / k1 < 0.7
@test_broken k2 / k1 < 0.12
@test k2 / k1 < 0.12
end

@test all(!iszero, SA.mstructure(fRG).table)
Expand Down

0 comments on commit 57a74ab

Please sign in to comment.