Skip to content

Commit

Permalink
Use 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 27, 2024
1 parent 033c4c9 commit 7b6964d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/caching_allocations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ end
@test Y * Y isa AlgebraElement
Y * Y
k2 = @allocated Y * Y
@show k1
@show k2
@test k2 / k1 < 0.5
@test k2 / k1 < 0.7
end

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

0 comments on commit 7b6964d

Please sign in to comment.