Skip to content

Commit

Permalink
ran the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatanwesen committed Nov 7, 2023
1 parent 829567a commit 28c2137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ end
end

@testset "PseudoTransient 23 Test Problems" begin
alg_ops = (PseudoTransient(;alpha_initial = 10.0),)
alg_ops = (PseudoTransient(; alpha_initial = 10.0),)

broken_tests = Dict(alg => Int[] for alg in alg_ops)
broken_tests[alg_ops[1]] = [1, 6,9,18,21,22]
broken_tests[alg_ops[1]] = [1, 6, 9, 18, 21, 22]

test_on_library(problems, dicts, alg_ops, broken_tests)
end
end

0 comments on commit 28c2137

Please sign in to comment.