Skip to content

Commit 52325dc

Browse files
committed
Fixes
1 parent 39a32d6 commit 52325dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DifferentiationInterface/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ComponentArrays = "0.15.27"
2929
DataFrames = "1.7.0"
3030
Dates = "1"
3131
DifferentiationInterface = "0.7.10"
32-
DifferentiationInterfaceTest = "0.10.3"
32+
DifferentiationInterfaceTest = "0.11.0"
3333
ExplicitImports = "1.10.1"
3434
InteractiveUtils = "1"
3535
JET = "0.9,0.10,0.11"

DifferentiationInterfaceTest/src/test_differentiation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function test_differentiation(
209209
end
210210
end
211211
if benchmark != :none
212-
return DataFrame(benchmark_data)
212+
return benchmark_data
213213
else
214214
return nothing
215215
end

0 commit comments

Comments
 (0)