Skip to content

Commit

Permalink
Note hasinf and hasnan error states
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Dec 3, 2024
1 parent 4a372e4 commit a930a1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions biom/err.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
Treatment of a table in which the number of sample metadata elements
differs from the size of the data.
hasnan : 'ignore'
Treatment of tables with nan values.
hasinf : 'ignore'
Treatment of tables with inf values.
Examples
--------
Expand Down

0 comments on commit a930a1e

Please sign in to comment.