We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fb610 commit 2568ba9Copy full SHA for 2568ba9
2 files changed
DifferentiationInterface/test/testutils.jl
@@ -21,4 +21,4 @@ function MyAutoSparse(backend::AbstractADType)
21
)
22
end
23
24
-safetypestab(symb) = VERSION < v"1.12-" ? :none : symb # TODO: remove
+safetypestab(symb) = VERSION < v"1.12-" ? symb : :none # TODO: remove
DifferentiationInterfaceTest/test/runtests.jl
@@ -17,7 +17,7 @@ using DifferentiationInterfaceTest:
17
18
GROUP = get(ENV, "JULIA_DIT_TEST_GROUP", "All")
19
20
## Main tests
0 commit comments