bandhic.assert_band_matrix_equal#
- bandhic.assert_band_matrix_equal(a, b)[source]#
Assert that two band_hic_matrix objects are equal.
- Parameters:
a (band_hic_matrix) – First band_hic_matrix object.
b (band_hic_matrix) – Second band_hic_matrix object.
- Raises:
AssertionError – If the two matrices are not equal.
- Return type:
bool