Skip to content

Commit

Permalink
DOC: note how biocore#982 is provided by Table.allclose
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 3, 2024
1 parent 1f884a1 commit ac0b935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions biom/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,10 @@ def allclose(self, other, **allclose_kwargs):
allclose_kwargs : dict
Any keyword arguments to provide to np.allclose
Notes
-----
Specify `equal_nan=True` to allow Nan to test equal.
Returns
-------
bool
Expand Down

0 comments on commit ac0b935

Please sign in to comment.