BiomedicalMachineLearning / stLearn

A novel machine learning pipeline to analyse spatial transcriptomics data
Other
190 stars 25 forks source link

using stlearn for the first time. #296

Open oabuhuss opened 3 months ago

oabuhuss commented 3 months ago

Hello, I am using the packge for the first time and when I wanted to run the first code as in tutorial I got this message.

import stlearn as st st.settings.set_figure_params(dpi=120) Traceback (most recent call last): File "", line 1, in AttributeError: module 'stlearn' has no attribute 'settings'

Could you please help me in solving this problem?

Thank you, Omar

xiao233333 commented 3 months ago

Hi @oabuhuss, It looks like you have installed an older version of stLearn. Please check if your stLearn is version 0.4.12.

import stlearn as st
print(st.__version__)