Skip to content

Commit

Permalink
disable some spatial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 1, 2024
1 parent 617699b commit ad66b9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ end
end

if GROUP == "All" || GROUP == "IO"
# BROKEN
# @time @safetestset "ReactionSystem Serialisation" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
# BROKEN
# @time @safetestset "Latexify" begin include("visualisation/latexify.jl") end

# Tests network visualisation.
Expand All @@ -70,7 +72,9 @@ 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
@time @safetestset "Lattice Reaction Systems" begin include("spatial_modelling/lattice_reaction_systems.jl") end

# BROKEN
#@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 @@ -83,6 +87,8 @@ end

@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end

# BROKEN
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end

# Tests stability computation (but requires the HomotopyContinuation extension).
Expand Down

0 comments on commit ad66b9b

Please sign in to comment.