File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 77
88@testitem " Correctness (JET.jl)" default_imports = false begin
99 using JET
10- using DifferentiableFrankWolfe
10+ using DifferentiableFrankWolfe, FrankWolfe, ImplicitDifferentiation
1111 using InferOpt
12- if VERSION >= v " 1.9"
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- end
12+ JET. test_package (InferOpt; target_modules= [InferOpt])
13+ # TODO : why does the following line fail even though the method is defined in the extension?
14+ # JET.test_package(InferOpt; target_defined_modules=true)
1715end
1816
1917@testitem " Formatting (JuliaFormatter.jl)" begin
You can’t perform that action at this time.
0 commit comments