Skip to content

Commit

Permalink
fix nan check
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jan 10, 2024
1 parent 438dcfd commit a0dffa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/test_nyxus.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@ def test_make_arrow_ipc(self):
continue
assert feature_value == pytest.approx(arrow_value, rel=1e-6, abs=1e-6)

continue
assert feature_value == arrow_value

path = nyx.get_arrow_ipc_file()
assert path == arrow_path
Expand Down

0 comments on commit a0dffa9

Please sign in to comment.