4ac2e58fd573452bd92470018a7d5bf3557bb86c,hicexplorer/test/test_hicmatrix.py,,test_save_bing_ren,#,299

Before Change


    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)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: deeptools/HiCExplorer
Commit Name: 4ac2e58fd573452bd92470018a7d5bf3557bb86c
Time: 2018-05-09
Author: runget@informatik.uni-freiburg.de
File Name: hicexplorer/test/test_hicmatrix.py
Class Name:
Method Name: test_save_bing_ren


Project Name: deeptools/HiCExplorer
Commit Name: 4ac2e58fd573452bd92470018a7d5bf3557bb86c
Time: 2018-05-09
Author: runget@informatik.uni-freiburg.de
File Name: hicexplorer/test/test_hicmatrix.py
Class Name:
Method Name: test_save_lieberman


Project Name: deeptools/HiCExplorer
Commit Name: 4ac2e58fd573452bd92470018a7d5bf3557bb86c
Time: 2018-05-09
Author: runget@informatik.uni-freiburg.de
File Name: hicexplorer/test/test_hicmatrix.py
Class Name:
Method Name: test_save_GInteractions