You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing, biom tables can be passed to an assertEqual() call, but it looks like they don't support assertAlmostEqual(). It would be a great addition if there was a standard, built-in way for checking if two tables are almost equal (e.g. to within some tolerance).
The text was updated successfully, but these errors were encountered:
wasade
added a commit
to wasade/biom-format
that referenced
this issue
Dec 3, 2024
When testing, biom tables can be passed to an
assertEqual()
call, but it looks like they don't supportassertAlmostEqual()
. It would be a great addition if there was a standard, built-in way for checking if two tables are almost equal (e.g. to within some tolerance).The text was updated successfully, but these errors were encountered: