Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for almost equal like equality #988

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: note how #982 is provided by Table.allclose
  • Loading branch information
wasade committed Dec 3, 2024
commit ac0b93576f4ccf841014849a817a9bd2b1b56169
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