Skip to content

Commit 62e753b

Browse files
uncomment tests
1 parent b05115e commit 62e753b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using MultiScaleArrays, OrdinaryDiffEq, DiffEqBase, StochasticDiffEq
22
using Test
33

4-
#@time @testset "Tuple Nodes" begin include("tuple_nodes.jl") end
4+
@time @testset "Tuple Nodes" begin include("tuple_nodes.jl") end
55
@time @testset "Bisect Search Tests" begin include("bisect_search_tests.jl") end
66
@time @testset "Indexing and Creation Tests" begin include("indexing_and_creation_tests.jl") end
77
@time @testset "Values Indexing" begin include("values_indexing.jl") end
88
@time @testset "Get Indices Tests" begin include("get_indices.jl") end
99
@time @testset "Additional Fields Test" begin include("additional_fields_test.jl") end
1010
@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

0 commit comments

Comments
 (0)