markovmodel / pyemma_tutorials

How to analyze molecular dynamics data with PyEMMA
Creative Commons Attribution 4.0 International
71 stars 34 forks source link

more feedback on the tutorials #115

Closed brookehus closed 6 years ago

brookehus commented 6 years ago

This is all pretty high level! I do not mind at all if you ignore all/most/any of these suggestions. I didn't have any widgets because I just cloned the notebooks from source. FYI, I haven't looked at any updated version of 00. I also apologize if my versions are 24h out of date and therefore some of my suggestions are irrelevant.

01 and in general

02

03

04

05

06

07

08

thempel commented 6 years ago

@brookehus Thanks very much!

cwehmeyer commented 6 years ago

In the last code block, I got: /Users/brooke/miniconda3/envs/pyemma/lib/python3.6/site-packages/pyemma/plots/plots2d.py:248: UserWarning: zorder=-1 is not an allowed optional parameter and will be ignored ' be ignored'.format(key, kwargs[key]))

That will be fixed with the next PyEMMA release on conda.

thempel commented 6 years ago

[08] This code block throws an error which is expected:

I'd imagine that it could be more difficult to understand if we put it into a try/except context... If people read the text, it should not be a problem. Closing this.

[06] For hmm_6 I get: UserWarning: confidence interval for constant data is not meaningful warnings.warn('confidence interval for constant data is not meaningful')

Linking this to #37

cwehmeyer commented 6 years ago

Also, the plot in the last code block looks too narrow to me in the vertical direction

This, unfortunately, requires a nontrivial change in PyEMMA.

thempel commented 6 years ago

If I'm not mistaken, we've incorporated or at least discussed why we didn't incorporate the comments here. Citations are covered by #105 . Closing this, feel free to re-open.