Skip to content

Commit

Permalink
Merge pull request #1146 from SciML/renable_spatial_tests
Browse files Browse the repository at this point in the history
Reenable spatial tests
  • Loading branch information
isaacsas authored Dec 20, 2024
2 parents 6e33f5b + 0de016c commit 8d19080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ end
# Tests spatial modelling and simulations.
@time @safetestset "PDE Systems Simulations" begin include("spatial_modelling/simulate_PDEs.jl") end
@time @safetestset "Spatial Reactions" begin include("spatial_modelling/spatial_reactions.jl") end

# BROKEN
#@time @safetestset "Lattice Reaction Systems" begin include("spatial_modelling/lattice_reaction_systems.jl") end
@time @safetestset "Lattice Reaction Systems" begin include("spatial_modelling/lattice_reaction_systems.jl") end
@time @safetestset "Spatial Lattice Variants" begin include("spatial_modelling/lattice_reaction_systems_lattice_types.jl") end
@time @safetestset "ODE Lattice Systems Simulations" begin include("spatial_modelling/lattice_reaction_systems_ODEs.jl") end
@time @safetestset "Jump Lattice Systems Simulations" begin include("spatial_modelling/lattice_reaction_systems_jumps.jl") end
Expand All @@ -95,7 +93,7 @@ end
# Tests stability computation (but requires the HomotopyContinuation extension).
#@time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end

# Test spatial plotting, using CarioMakie and GraphMakie
# Test spatial plotting, using CairoMakie and GraphMakie
@time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end
end

Expand Down
2 changes: 1 addition & 1 deletion test/spatial_modelling/lattice_reaction_systems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ end
@observables X2 ~ 2X
(p,d), 0 <--> X
end
@test_logs (:warn, r"The `ReactionSystem` used as input to `LatticeReactionSystem contain observables. It *") match_mode=:any LatticeReactionSystem(rs4, [tr], short_path)
@test_logs (:warn, r"The `ReactionSystem` used as input to `LatticeReactionSystem` contain observables. It *") match_mode=:any LatticeReactionSystem(rs4, [tr], short_path)
end

# Tests for hierarchical input system (should yield a warning).
Expand Down

0 comments on commit 8d19080

Please sign in to comment.