Assertion error when try to use the Adj_Spearman_6P.mat for Co-expression
WangyuanhaoNB opened this issue · 0 comments
WangyuanhaoNB commented
PPI works all fine, but I got Assertion error when I try to reproduce Co-expression model result.
I change the size from 4444 to 3866. Could you give me more information on how to fix this?
Traceback (most recent call last): File ".\PPI.py", line 89, in <module> Train_Data = coarsening.perm_data(Train_Data, perm) File "..\lib\coarsening.py", line 241, in perm_data assert Mnew >= M AssertionError