Open xianglei3 opened 2 years ago
the code is :https://github.com/hwanglab/NTriPath The following error occurs when I run main.py
File "C:\code2\NTriPath-master\main.py", line 274 m_vCntGenes[m_ninner] = (X[m_vIDX_cl.nonzero(), m_vIDX_ge.nonzero() > 0).sum() ^ SyntaxError: closing parenthesis ')' does not match opening parenthesis '['
Also, where is the INFO file gene_name_info = scipy.io.loadmat('./data/gene_name_info')
the code is :https://github.com/hwanglab/NTriPath The following error occurs when I run main.py
File "C:\code2\NTriPath-master\main.py", line 274 m_vCntGenes[m_ninner] = (X[m_vIDX_cl.nonzero(), m_vIDX_ge.nonzero() > 0).sum() ^ SyntaxError: closing parenthesis ')' does not match opening parenthesis '['