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

HTMD version #17

Open
mjag1898 opened this issue Jan 31, 2024 · 1 comment
Open

HTMD version #17

mjag1898 opened this issue Jan 31, 2024 · 1 comment

Comments

@mjag1898
Copy link

We have been trying to run '3-Tutorial-CG-Simulation-analysis.ipynb', which requires htmd, but an htmd version does not seem to be provided in environment files in the repo.

The current version of htmd does not seem to be compatible with the provided Markov state models due to a deeptime version incompatibility. Specifically, when we execute:

mweights = computeWeights(refmodel)

we get:

AttributeError: 'MaximumLikelihoodMSM' object has no attribute 'count_model'

We tried reverting to htmd=2.1.5 which was current around the release of this repo. In early December, this fixed the above error, but more recently the import statement at the top of the notebook asks for registration, which then fails:

from htmd.ui import *
->

Registration failed: <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>openresty</center>
</body>
</html>

Do you have a working version of this notebook, and could you provide information on the htmd version and other package versions?

@stefdoerr
Copy link
Collaborator

Hi, please try calling export HTMD_NONINTERACTIVE=1 before starting the notebook. That should bypass the old registration check.

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