Skip to content

Commit

Permalink
Adapting error threshold for mass fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Feb 27, 2024
1 parent 2065a98 commit 738a7eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/savepoint/translate/overrides/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,7 @@ DivergenceDamping:
max_error: 1e-9

DelnFlux:
- backend: dace:cpu
max_error: 2e-13
- backend: dace:gpu
max_error: 7e-13
max_error: 2e-13 # changes in code for mass conservation at single precision, which is not included in original translate tests.

Del2Cubed:
- backend: dace:cpu
Expand Down

0 comments on commit 738a7eb

Please sign in to comment.