-
Notifications
You must be signed in to change notification settings - Fork 13
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
Type error in luna.projects.LocalPorject #46
Comments
small update: |
Dear David, I am encountering the same error can you please elaborate the solution, where do I have to make the changes to run the calculations. Thanks and regards
|
Thanks @davidRFB and @Anupam-5 for letting me know about this issue. I've just made a commit to solve the problem. If you download LUNA again from git, @Anupam-5, you should not see these errors anymore. In any case, you may also achieve the same results if you remove 'mol_obj_type' when defining a new args dictionary. This parameter has been removed from LUNA recently. For example, in old versions you may see some code like this: opts = {} opts['entries'] = entries opts['working_path'] = "./outputs/luna_results" opts['pdb_path'] = "./inputs" opts['overwrite_path'] = False opts['amend_mol'] = True So, you just need to remove the highlighted line from any codes you have. In tutorial # 1, for example, the section you need to modify comes after the cell Setting up parameters. Let me know if this works for you. bests |
Dear all,
Thanks for this amazing package ! I am trying to reproduce the tutorial but running this line :
I just execute all the cells as they are in the original file.
I was wondering if maybe is a new change from the version0.12 to 0.13.
Best
David
The text was updated successfully, but these errors were encountered: