-
Notifications
You must be signed in to change notification settings - Fork 36
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
PCA tutorial projection example fails with ValueError #183
Comments
I am trying to load this notebook directly with jupyter-lab (Jupyter Server 1.13.3) and get an error
(The diffusion notebook in the same directory loads fine.) |
Loading also fails with Jupyter Notebook 6.4.7
|
I'd like to actually fix this issue but don't know how to proceed if I cannot even load it. I pulled the master branch or should I use develop? |
Working from develop works... |
Sorry, I missed this. I have no idea how or why but a closing brace was missing. You can see it here: https://github.com/MDAnalysis/UserGuide/pull/185/files#diff-1834d90511e206f517d291636dc4e135a63d87a7d2ca9d8cd5979df102defe02R8168 Edit: line 8168 in |
Closed in #184 |
Describe the bug
Example in PCA https://userguide.mdanalysis.org/dev/examples/analysis/reduced_dimensions/pca.html#Visualising-projections-into-a-reduced-dimensional-space fails.
Reporter: https://groups.google.com/g/mdnalysis-discussion/c/hM_p0JDY2hQ/m/CPlxf2MZCgAJ
To Reproduce
Steps to reproduce the behavior: Follow tutorial until
Expected behavior
projected
is computedActual behavior
Fails with
Fix
The text was updated successfully, but these errors were encountered: