Skip to content

Commit

Permalink
Fixed math defaults test
Browse files Browse the repository at this point in the history
  • Loading branch information
iguinn committed Nov 1, 2024
1 parent 2db25b8 commit ebed9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_math_numba_defaults():
assert pgu.numba_math_defaults_kwargs.fastmath
assert pgu.numba_math_defaults_kwargs.parallel
assert not pgu.numba_math_defaults_kwargs.parallel

pgu.numba_math_defaults.fastmath = False
assert ~pgu.numba_math_defaults.fastmath
assert not pgu.numba_math_defaults.fastmath

0 comments on commit ebed9fd

Please sign in to comment.