Skip to content

Commit

Permalink
update JET count
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Nov 30, 2024
1 parent 685c827 commit fb12d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
AnyFrameModule(Hecke),
AnyFrameModule(StaticArrays),
AnyFrameModule(JuMP),
# JET.jl does not eliminate all false positives in JuMP.Containers.DenseAxisArray.
AnyFrameModule(JuMP.Containers),
AnyFrameModule(GLPK),
))

@show rep
@show length(JET.get_reports(rep))
@test length(JET.get_reports(rep)) == 0
@test length(JET.get_reports(rep)) == 4
end

0 comments on commit fb12d23

Please sign in to comment.