WhirlFirst / somde

Algorithm for finding gene spatial pattern based on Gaussian process accelerated by SOM
MIT License
6 stars 5 forks source link

somde tutorial error #1

Closed yiranzhimo closed 1 year ago

yiranzhimo commented 1 year ago

Hello, I run this line code som = SomNode(X,20) and an error occurs.

NameError: name 'wrap_train' is not defined

How could I deal withe this problem?

yiranzhimo commented 1 year ago

Hello, I run this line code som = SomNode(X,20) and an error occurs.

NameError: name 'wrap_train' is not defined

How could I deal withe this problem?

I have done this problem by recreating the environment.

conda install -c conda-forge somoclu conda install pandas conda install patsy pip install somde