You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: