BioSystemsUM / troppo

Reconstruction algorithms for Python
GNU General Public License v3.0
22 stars 5 forks source link

Error in test file #16

Open newmoongod opened 1 year ago

newmoongod commented 1 year ago

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.