Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit e1e9a69

Browse files
committed
change test tolerances
1 parent 73d857e commit e1e9a69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Numerics/DGMethods/advection_diffusion/pseudo1D_heat_eqn.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ let
213213
expected_result[3, 3, Float64, VerticalDirection] = 1.0132022682813954e-05
214214
expected_result[2, 1, Float32, EveryDirection] = 5.1570897921919823e-03
215215
expected_result[2, 2, Float32, EveryDirection] = 6.5653577621560544e-05
216-
expected_result[2, 3, Float32, EveryDirection] = 3.2485229439771501e-06
216+
expected_result[2, 3, Float32, EveryDirection] = 3.275913f-6
217217
expected_result[2, 1, Float32, HorizontalDirection] = 2.0514581352472305e-02
218218
expected_result[2, 2, Float32, HorizontalDirection] = 5.6842499179765582e-04
219-
expected_result[2, 3, Float32, HorizontalDirection] = 1.0186861800320912e-05
219+
expected_result[2, 3, Float32, HorizontalDirection] = 1.02155445f-5
220220
expected_result[2, 1, Float32, VerticalDirection] = 2.0514704287052155e-02
221221
expected_result[2, 2, Float32, VerticalDirection] = 5.6839984608814120e-04
222-
expected_result[2, 3, Float32, VerticalDirection] = 1.0241863492410630e-05
222+
expected_result[2, 3, Float32, VerticalDirection] = 1.0224043f-5
223223
expected_result[3, 1, Float32, EveryDirection] = 1.2601461494341493e-03
224224
expected_result[3, 2, Float32, EveryDirection] = 2.2380427253665403e-05
225225
expected_result[3, 3, Float32, EveryDirection] = 1.1313175491522998e-05

0 commit comments

Comments
 (0)