File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ using SafeTestsets, Test
45
45
# if GROUP == "All" || GROUP == "Spatial"
46
46
# Tests spatial modelling and simulations.
47
47
@time @safetestset " PDE Systems Simulations" begin include (" spatial_modelling/simulate_PDEs.jl" ) end
48
- @time @safetestset " Lattice Reaction Systems" begin include (" spatial_modelling/lattice_reaction_systems.jl" ) end
49
- @time @safetestset " ODE Lattice Systems Simulations" begin include (" spatial_modelling/lattice_reaction_systems_ODEs.jl" ) end
48
+ @time @safetestset " Lattice Reaction Systems" begin include (" spatial_reaction_systems/lattice_reaction_systems.jl" ) end
49
+ @time @safetestset " Lattice Reaction Systems Lattice Types" begin include (" spatial_reaction_systems/lattice_reaction_systems_lattice_types.jl" ) end
50
+ @time @safetestset " ODE Lattice Systems Simulations" begin include (" spatial_reaction_systems/lattice_reaction_systems_ODEs.jl" ) end
50
51
@time @safetestset " Jump Lattice Systems Simulations" begin include (" spatial_reaction_systems/lattice_reaction_systems_jumps.jl" ) end
51
52
52
53
# if GROUP == "All" || GROUP == "Visualisation-Extensions"
You can’t perform that action at this time.
0 commit comments