Skip to content

Commit

Permalink
apply formatter; fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Mar 11, 2024
1 parent 260782e commit 3f82476
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_unstructured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ end
1.513851228231574,
],
tspan=(0.0, 0.25),
# Since we expect erros slighlty above machine precision, relative errors can
# Since we expect errors slightly above machine precision, relative errors can
# become very large
atol = 1e-10, rtol = 10)
atol=1e-10, rtol=10)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down Expand Up @@ -86,9 +86,9 @@ end
hydrostatic_reconstruction_audusse_etal),
flux_nonconservative_audusse_etal),
tspan=(0.0, 0.2),
# Since we expect erros slighlty above machine precision, relative errors can
# Since we expect errors slightly above machine precision, relative errors can
# become very large
atol = 1e-10, rtol = 10)
atol=1e-10, rtol=10)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down Expand Up @@ -118,9 +118,9 @@ end
volume_flux=(flux_wintermeyer_etal,
flux_nonconservative_ersing_etal),
tspan=(0.0, 0.25),
# Since we expect erros slighlty above machine precision, relative errors can
# Since we expect errors slightly above machine precision, relative errors can
# become very large
atol = 1e-10, rtol = 10)
atol=1e-10, rtol=10)
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 3f82476

Please sign in to comment.