Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Errors in the pyemma jupyternotebook tutorials #1492

Closed
e-richter opened this issue Mar 1, 2021 · 4 comments
Closed

Errors in the pyemma jupyternotebook tutorials #1492

e-richter opened this issue Mar 1, 2021 · 4 comments
Assignees
Labels

Comments

@e-richter
Copy link

Hi all,
during my work with pyemma and looking into the documentation and jupyter notebook tutorials I've seen that there are error messages on the website. For example here: http://emma-project.org/latest/tutorials/notebooks/04-msm-analysis.html#, but also in later chapters.

Cheers,
Emilius

@clonker
Copy link
Member

clonker commented Mar 1, 2021

Hi, thank you for reporting this! I need to check the serialization routines.

@clonker clonker self-assigned this Mar 1, 2021
@thempel
Copy link
Member

thempel commented Mar 17, 2021

Does this error occur in the online version of the PyEMMA documentation (which is the topic of this issue) or just in your google colab?

If I understand this right, your error is ValueError: Object arrays cannot be loaded when allow_pickle=False. Have you tried just setting that flag?

data = np.load('adw_us.npz', encoding='latin1', allow_pickle=True)

@clonker
Copy link
Member

clonker commented Mar 17, 2021

Hi @andresilvapimentel, could you be a bit more specific than did not work? Also I suspect this is not really an issue related to PyEMMA but rather related to your general setup and NumPy(version). In any case, I could reproduce the error and subsequently fix it by adding the allow_pickle=True keyword argument.
Please, try again and perhaps also restart your notebook kernel. For the future we would appreciate if you add a new issue rather than hijacking an existing one, helps us keeping everything organized 👍

@stale
Copy link

stale bot commented Sep 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 21, 2021
@stale stale bot closed this as completed Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants