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 059225b commit 98ea7ccCopy full SHA for 98ea7cc
test/code.jl
@@ -5,11 +5,14 @@
5
Aqua.test_ambiguities(InferOpt; exclude=[StatsBase.TestStat])
6
end
7
8
-@testitem "Correctness (JET.jl)" begin
+@testitem "Correctness (JET.jl)" default_imports = false begin
9
using JET
10
using DifferentiableFrankWolfe
11
+ using InferOpt
12
if VERSION >= v"1.9"
- @test_skip JET.test_package(InferOpt; target_defined_modules=true)
13
+ JET.test_package(InferOpt; target_modules=[InferOpt])
14
+ # TODO: why does the following line fail even though the method is defined in the extension?
15
+ # JET.test_package(InferOpt, target_defined_modules=true)
16
17
18
0 commit comments