Skip to content

Commit

Permalink
change JET threshold to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Jun 21, 2024
1 parent b6bbcac commit 44860c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rep = report_package("QuantumSymbolics";
)
@show rep
@test_broken length(JET.get_reports(rep)) == 0
@test length(JET.get_reports(rep)) <= 6
@test length(JET.get_reports(rep)) <= 7

0 comments on commit 44860c5

Please sign in to comment.