Skip to content
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

Handle existing mda session being None #543

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prihoda
Copy link

@prihoda prihoda commented Jul 10, 2024

When parsing a MD file for the first time with molecular nodes 4.1.0 as well as 4.1.0, I got an error that existing_session is None here:

self.__dict__ = existing_session.__dict__

Not sure where this is coming from but this fixes the issue

@BradyAJohnston
Copy link
Owner

Hello! Thanks for catching this and for the PR.

All of this is being completely overhauled in the upcoming 4.2 release #501 which will also fix this issue. I'm happy to accept this and put out a small bugfix for 4.1 though!

Was this only happening after installing MDAnalysis / python packages for the first time? Was it fixed after restarting Blender maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants