Skip to content

Commit

Permalink
remove old SteadyStateDiffEq file (with similar test, but old syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Nov 22, 2023
1 parent 9f6c1af commit 5e220f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
78 changes: 0 additions & 78 deletions test/model_simulation/solve_steady_state_problems.jl

This file was deleted.

1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ using SafeTestsets
@time @safetestset "U0 and Parameters Input Variants" begin include("model_simulation/u0_n_parameter_inputs.jl") end
@time @safetestset "SDE System Simulations" begin include("model_simulation/simulate_SDEs.jl") end
@time @safetestset "Jump System Simulations" begin include("model_simulation/simulate_jumps.jl") end
@time @safetestset "DiffEq Steady State Solving" begin include("model_simulation/solve_steady_state_problems.jl") end

### Tests Spatial Network Simulations. ###
@time @safetestset "PDE Systems Simulations" begin include("spatial_reaction_systems/simulate_PDEs.jl") end
Expand Down

0 comments on commit 5e220f7

Please sign in to comment.