We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7338146 commit ceb26faCopy full SHA for ceb26fa
test/runtests.jl
@@ -15,7 +15,7 @@ using JET
15
@info "- running Aqua.jl tests..."
16
Aqua.test_all(ExplainableAI; ambiguities=false)
17
end
18
- if VERSION <= v"1.12" # TODO: remove. As of PR #184, JET fails on pre-release builds.
+ if VERSION < v"1.12" # TODO: remove. As of PR #184, JET fails on pre-release builds.
19
@testset "JET tests" begin
20
@info "- running JET.jl type stability tests..."
21
JET.test_package(ExplainableAI; target_defined_modules=true)
0 commit comments