File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 77end
88
99@safetestset " SparseContainers" begin include (" sparse_containers.jl" ) end
10- include (" testhelper.jl" )
1110include (" problems.jl" )
1211include (" utils.jl" )
1312
1413include (" integrator.jl" )
1514include (" convergence.jl" )
1615include (" callbacks.jl" )
1716include (" test_convergence_checker.jl" )
18- include (" test_newtons_method.jl" )
19- @safetestset " Single column ARS" begin include (" single_column_ARS_test.jl" ) end
2017include (" compare_generated.jl" ) # TODO : Remove this.
18+ @safetestset " Newtons method" begin include (" test_newtons_method.jl" ) end
19+ @safetestset " Single column ARS" begin include (" single_column_ARS_test.jl" ) end
2120@safetestset " Aqua" begin include (" aqua.jl" ) end
22-
23- #=
24- @testset "ODE Tests: Basic" begin
25- runmpi(joinpath(@__DIR__, "basic.jl"))
26- end
27- =#
28- # FIXME : Should consolodate all convergence tests into single
29- # testset --- this test is slightly redundant
30- # @testset "ODE Tests: Convergence" begin
31- # runmpi(joinpath(@__DIR__, "ode_tests_convergence.jl"))
32- # end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments