Skip to content

Commit

Permalink
Better Latex (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Deconinck committed Oct 10, 2024
1 parent 4bdc914 commit bdb3820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndsl/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There is three state of a test in `pytest`: FAIL, PASS and XFAIL (expected fail)

### Legacy metric

The legacy metric was used throughout the developement of the dynamical core and microphysics scheme at 64-bit precision. It tries to solve differences over big and small amplitutde values with a single formula that goes as follows: $\abs{computed-reference}/reference$ where `reference` has been purged of 0.
The legacy metric was used throughout the developement of the dynamical core and microphysics scheme at 64-bit precision. It tries to solve differences over big and small amplitutde values with a single formula that goes as follows: $`\|computed-reference|/reference`$ where `reference` has been purged of 0.
NaN values are considered no-pass.
To pass the metric has to be lower than `1e-14`, any value lower than `1e-18` will be considered pass by default. The pass threshold can be overriden (see below).

Expand Down

0 comments on commit bdb3820

Please sign in to comment.