Skip to content

Commit 17e3b0e

Browse files
test: AbstractDiffEqArray is no longer isrowtable
1 parent 8984269 commit 17e3b0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/traits.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
using SciMLBase, Tables, Test
22
using OrdinaryDiffEq, DataFrames, SymbolicIndexingInterface
33

4-
@test Tables.isrowtable(ODESolution)
5-
@test Tables.isrowtable(RODESolution)
6-
@test Tables.isrowtable(DAESolution)
4+
# https://github.com/SciML/SciMLBase.jl/pull/813#issuecomment-2401803039
5+
@test !Tables.isrowtable(ODESolution)
6+
@test !Tables.isrowtable(RODESolution)
7+
@test !Tables.isrowtable(DAESolution)
78
@test !Tables.isrowtable(SciMLBase.NonlinearSolution)
89
@test !Tables.isrowtable(SciMLBase.LinearSolution)
910
@test !Tables.isrowtable(SciMLBase.QuadratureSolution)

0 commit comments

Comments
 (0)