We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractDiffEqArray
isrowtable
1 parent 8984269 commit 17e3b0eCopy full SHA for 17e3b0e
test/traits.jl
@@ -1,9 +1,10 @@
1
using SciMLBase, Tables, Test
2
using OrdinaryDiffEq, DataFrames, SymbolicIndexingInterface
3
4
-@test Tables.isrowtable(ODESolution)
5
-@test Tables.isrowtable(RODESolution)
6
-@test Tables.isrowtable(DAESolution)
+# https://github.com/SciML/SciMLBase.jl/pull/813#issuecomment-2401803039
+@test !Tables.isrowtable(ODESolution)
+@test !Tables.isrowtable(RODESolution)
7
+@test !Tables.isrowtable(DAESolution)
8
@test !Tables.isrowtable(SciMLBase.NonlinearSolution)
9
@test !Tables.isrowtable(SciMLBase.LinearSolution)
10
@test !Tables.isrowtable(SciMLBase.QuadratureSolution)
0 commit comments