BioSystemsUM/troppo

Error in test file

newmoongod opened this issue · 0 comments

The following error shows up when running the test file 'tINIT_test.py'

line 30, in t.preprocessing()
line 184, File "/troppo/methods/reconstruction/tINIT.py", in preprocessing self.irreversible_S = sprs.vstack(
line 566, File "/scipy/sparse/_construct.py", in vstack return bmat([[b] for b in blocks], format=format, dtype=dtype)
line 674, File "/scipy/sparse/_construct.py", in bmat raise ValueError(msg)
ValueError: blocks[:,0] has incompatible column dimensions. Got blocks[1,0].shape[1] == 9, expected 10.