-
Notifications
You must be signed in to change notification settings - Fork 5
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
Tutorial 1: 01_introduction/03_molecular_dynamics.ipynb broken with 2023.4 #17
Comments
Thanks, I'll take a look. There's a unit test for this, so surprising that it's failing. |
It works fine for me using the latest development version of the code. Note that the cell that is supposedly returning a trajectory in mdtraj = traj.getTrajectory(format="mdtraj") The default has been changed to |
Looking at the history of the trajectory code I don't see any updates related to what you are seeing. It looks like the specified backend is being ignored and Sire is being used instead, e.g. it's effectively using |
Very strange. I cannot reproduce the error with the code update
before execution of the rmsd plot cell. |
Ah, interesting. I'll check that. It could be that it sets the backend the first time you use it, then isn't updating when you specify it a second time, i.e. it was using Sire both times. |
Yes, that's the issue. It doesn't seem to swap the backend the second time you call |
Now fixed here. |
I am re-runnning all tutorials on try.openbiosim.org as part of finalising the revisions to the tutorials suite paper
The following tutorial https://github.com/OpenBioSim/biosimspace_tutorials/blob/main/01_introduction/03_molecular_dynamics.ipynb
fails with a runtime error at the last cell if the selected backend is MDTRAJ
The backends mdanalysis and sire behave as expected.
The text was updated successfully, but these errors were encountered: