hic.save_bing_ren(outfile)
// Test fails here due to __init__ of hiCMatrix
hicTest = hm.hiCMatrix(outfile)
// test = hicTest.matrix
// nt.assert_equal(matrix.shape, test.shape)
After Change
hic.save_bing_ren(outfile)
// Test fails here due to __init__ of hiCMatrix
hm.hiCMatrix(outfile)
// test = hicTest.matrix
// nt.assert_equal(matrix.shape, test.shape)