Skip to content

Commit 7c022eb

Browse files
committed
Tweak tests
1 parent f36153d commit 7c022eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/3d_example_amg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ using AlgebraicMultigrid
5252
max_iterations=max_it)
5353
#cfg[:linear_solver] = nothing
5454

55-
cfg[:extra_timing] = true
55+
# cfg[:extra_timing] = true
5656

5757
states, reports = simulate(state0, simulator, timesteps; forces=forces, config=cfg)
5858
Cc = map(x -> x[:Control][:Current][1], states)

test/3d_examples.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using Test
2424
for i in 3:length(Cc)
2525
@test Cc[i] 0.008165 atol = 1e-2
2626
end
27-
@test Phi[1] 4.175 atol = 1e-2
27+
@test Phi[1] 4.185 atol = 1e-2
2828
@test Phi[end] 2.76 atol = 1e-2
2929
@test Phi[30] 3.67 atol = 1e-2
3030
true

0 commit comments

Comments
 (0)