Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using stlearn for the first time. #296

Open
oabuhuss opened this issue Jun 6, 2024 · 1 comment
Open

using stlearn for the first time. #296

oabuhuss opened this issue Jun 6, 2024 · 1 comment

Comments

@oabuhuss
Copy link

oabuhuss commented Jun 6, 2024

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
Copy link
Collaborator

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__)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants