cNMF
cNMF copied to clipboard
The nmf running error on python3.7.13 version
Hi guys, When i running the cnmf, the error showing up lying below:
ValueError: Distance matrix 'X' must be symmetric.
miniconda environment python 3.7.13
Best
Sorry for the slow reply! Could you provide the complete trace? That likely suggests there is an issue with the clustering in the consensus step?
sorry for this lately reply Yes, it was consensus
/share/apps/miniconda3-py39/envs/cNMF-python/lib/python3.7/site-packages/cnmf/cnmf.py:56: RuntimeWarning: invalid value encountered in sqrt
D = np.sqrt(D)
Traceback (most recent call last):
File "/share/apps/miniconda3-py39/envs/cNMF-python/bin/cnmf", line 8, in