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.
1 parent 5a0f8f8 commit 8d8d057Copy full SHA for 8d8d057
test/runtests.jl
@@ -100,9 +100,10 @@ end
100
@safetestset "Subsystem replacement" include("substitute_component.jl")
101
@safetestset "Linearization Tests" include("linearize.jl")
102
@safetestset "LinearProblem Tests" include("linearproblem.jl")
103
+ @safetestset "Fractional Differential Equations Tests" include("fractional_to_ordinary.jl")
104
end
105
-
106
+
107
if GROUP == "All" || GROUP == "SymbolicIndexingInterface"
108
@safetestset "SymbolicIndexingInterface test" include("symbolic_indexing_interface.jl")
109
@safetestset "SciML Problem Input Test" include("sciml_problem_inputs.jl")
0 commit comments