We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a32d6 commit 52325dcCopy full SHA for 52325dc
2 files changed
DifferentiationInterface/test/Project.toml
@@ -29,7 +29,7 @@ ComponentArrays = "0.15.27"
29
DataFrames = "1.7.0"
30
Dates = "1"
31
DifferentiationInterface = "0.7.10"
32
-DifferentiationInterfaceTest = "0.10.3"
+DifferentiationInterfaceTest = "0.11.0"
33
ExplicitImports = "1.10.1"
34
InteractiveUtils = "1"
35
JET = "0.9,0.10,0.11"
DifferentiationInterfaceTest/src/test_differentiation.jl
@@ -209,7 +209,7 @@ function test_differentiation(
209
end
210
211
if benchmark != :none
212
- return DataFrame(benchmark_data)
+ return benchmark_data
213
else
214
return nothing
215
0 commit comments