Skip to content

Commit

Permalink
remove negative sign left from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ta440 committed Sep 3, 2024
1 parent a9c37d4 commit 6dcc665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/equations/test_boussinesq.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ def test_boussinesq(tmpdir, compressible):
test_type = 'compressible' if compressible else 'incompressible'

# Slack values chosen to be robust to different platforms
assert error < -1e-10, f'Values for {variable} in ' + \
assert error < 1e-10, f'Values for {variable} in ' + \
f'{test_type} test do not match KGO values'

0 comments on commit 6dcc665

Please sign in to comment.