Skip to content

Commit

Permalink
reorg test order
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Mar 26, 2024
1 parent 69abaa0 commit 902e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ using JumpProcesses, DiffEqBase, SafeTestsets
@time @safetestset "Thread Safety test" begin include("thread_safety.jl") end
@time @safetestset "A + B <--> C" begin include("reversible_binding.jl") end
@time @safetestset "Remake tests" begin include("remake_test.jl") end
@time @safetestset "Symbol based problem indexing" begin include("jprob_symbol_indexing.jl") end
@time @safetestset "Long time accuracy test" begin include("longtimes_test.jl") end
@time @safetestset "Hawkes process" begin include("hawkes_test.jl") end
@time @safetestset "Reaction rates" begin include("spatial/reaction_rates.jl") end
Expand All @@ -37,5 +38,4 @@ using JumpProcesses, DiffEqBase, SafeTestsets
@time @safetestset "Spatial A + B <--> C" begin include("spatial/ABC.jl") end
@time @safetestset "Spatially Varying Reaction Rates" begin include("spatial/spatial_majump.jl") end
@time @safetestset "Pure diffusion" begin include("spatial/diffusion.jl") end
@time @safetestset "Symbol based problem indexing" begin include("jprob_symbol_indexing.jl") end
end

0 comments on commit 902e2fc

Please sign in to comment.