-
Notifications
You must be signed in to change notification settings - Fork 84
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
some deeptime.data only produce one state #303
Comments
Hmmm. That is definitely not right. Can you do me a favor and create a |
Thanks for your answer! It seems there is indeed something wrong with the python setup I used: with cloned repositories and After a few tests, I believe the
My intuition was then to look at my I do not have another machine available right now, but I guess the next step would be to see if using |
While running deeptime tutorials, I noticed
deeptime.data.ellipsoids
produces samples in one single state, seemingly regardless of the random seed provided or the sample size.I did some tests on other datasets by directly running the provided notebooks without any modification.
Here are the list of datasets with similar issues I noticed, together with screenshots showing the state population issues:
for Birth-death chain model

for Metropolis chain in 1D energy landscape

for One-dimensional Prinz potential

for Triple-well 1D

for Ellipsoids dataset

for Sqrt model

Note : I did not try all provided dataset notebooks, so I don't know if the list above is exhaustive. Also, being quite new into Markov Models, I am sorry in advance if the terminolgy I use is incorrect or if one of the issues above is not related to the others.
I run on Debian 12 (bookworm), and use
deeptime==0.4.4
installed viapip
on auv venv
(see the full requirements.txt).The text was updated successfully, but these errors were encountered: