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).
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).