Skip to content

Commit

Permalink
add TODO marker
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed Feb 6, 2025
1 parent 22a572e commit 13267b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def compare(value, expected):

# at most one point can differ by more than tolerance
# this happens occasionally and typically for very low values
# eventually we should track down and address the underlying cause

# TODO: eventually we should track down
# and address the underlying cause
assert isclose.sum() - np.prod(isclose.shape) <= 1

return compare
Expand Down

0 comments on commit 13267b8

Please sign in to comment.