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

Datasets Prinz energy get nan #1272

Closed
zhanghaomiao opened this issue Mar 8, 2018 · 3 comments
Closed

Datasets Prinz energy get nan #1272

zhanghaomiao opened this issue Mar 8, 2018 · 3 comments
Labels

Comments

@zhanghaomiao
Copy link

zhanghaomiao commented Mar 8, 2018

When I use the code

from pyemma.datasets import get_quadwell_data
data = get_quadwell_data()

The data get an nan.
when I read the source code, It seems that you don't give the PrinzModel a boundary, such as (-1,1), so it goes into infinty.

@marscher
Copy link
Member

marscher commented Mar 8, 2018

Thanks for your report @travelalone!
@Obudo, @amardt which boundaries do you typically use?

@pasqualil
Copy link

We don't use boundaries, but this is an issue that arises from the generator's parameters, specifically dt and kt.
We usually set dt=0.001 and kt=1.0, try with those

@marscher
Copy link
Member

marscher commented Mar 8, 2018 via email

@marscher marscher added the bug label Mar 9, 2018
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