File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
using MultiScaleArrays, OrdinaryDiffEq, DiffEqBase, StochasticDiffEq
2
2
using Test
3
3
4
- # @time @testset "Tuple Nodes" begin include("tuple_nodes.jl") end
4
+ @time @testset " Tuple Nodes" begin include (" tuple_nodes.jl" ) end
5
5
@time @testset " Bisect Search Tests" begin include (" bisect_search_tests.jl" ) end
6
6
@time @testset " Indexing and Creation Tests" begin include (" indexing_and_creation_tests.jl" ) end
7
7
@time @testset " Values Indexing" begin include (" values_indexing.jl" ) end
8
8
@time @testset " Get Indices Tests" begin include (" get_indices.jl" ) end
9
9
@time @testset " Additional Fields Test" begin include (" additional_fields_test.jl" ) end
10
10
@time @testset " Dynamic DiffEq Tests" begin include (" dynamic_diffeq.jl" ) end
11
- # @time @testset "Single Layer DiffEq Tests" begin include("single_layer_diffeq.jl") end
11
+ @time @testset " Single Layer DiffEq Tests" begin include (" single_layer_diffeq.jl" ) end
You can’t perform that action at this time.
0 commit comments