Skip to content

Commit 775ff95

Browse files
committed
No column access
1 parent 52325dc commit 775ff95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DifferentiationInterfaceTest/src/tests/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end
8888

8989
Tables.istable(::Type{DifferentiationBenchmark}) = true
9090
Tables.rowaccess(::Type{DifferentiationBenchmark}) = true
91+
Tables.columnaccess(::Type{DifferentiationBenchmark}) = false
9192
Tables.rows(data::DifferentiationBenchmark) = data.rows
9293

9394
"""

0 commit comments

Comments
 (0)