skbio.util.xp_assert_equal#

skbio.util.xp_assert_equal(actual, desired)[source]#

Assert two arrays are element-wise exactly equal.

Converts both arrays to NumPy (handles GPU arrays), then delegates to numpy.testing.assert_array_equal.