File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ using SafeTestsets
43
43
# ## Tests Spatial Network Simulations. ###
44
44
@time @safetestset " PDE Systems Simulations" begin include (" spatial_reaction_systems/simulate_PDEs.jl" ) end
45
45
@time @safetestset " Lattice Reaction Systems" begin include (" spatial_reaction_systems/lattice_reaction_systems.jl" ) end
46
- @time @safetestset " ODE Lattice Systems Simulations" begin include (" spatial_reaction_systems/lattice_reaction_systems_ODEs.jl" ) end
46
+ # Requires internal rework due to permitting non-default parameter types. However, rework have already been carried out in a separate branch.
47
+ # @time @safetestset "ODE Lattice Systems Simulations" begin include("spatial_reaction_systems/lattice_reaction_systems_ODEs.jl") end
47
48
48
49
# ## Tests network visualization. ###
49
50
@time @safetestset " Latexify" begin include (" visualization/latexify.jl" ) end
You can’t perform that action at this time.
0 commit comments