We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running the 'getting_started.ipynb' notebook.
The following lines of code: invariants, _ = get_invariants_for_structures(X_names, n_threads=4, split_infos=[SplitInfo(SplitType.RADIUS, 5)], moment_types=["O_3", "O_4", "O_5", "F"])
invariants, _ = get_invariants_for_structures(X_names, n_threads=4, split_infos=[SplitInfo(SplitType.RADIUS, 5)], moment_types=["O_3", "O_4", "O_5", "F"])
give the error below:
AttributeError: 'C KDTree' object has no attribute 'search_center_radius'
The text was updated successfully, but these errors were encountered:
Thanks for the report, could you please provide the version of prody you're using? This works for me with ProDy 2.4.1
Sorry, something went wrong.
I am also running ProDy v 2.4.1
No branches or pull requests
I am running the 'getting_started.ipynb' notebook.
The following lines of code:
invariants, _ = get_invariants_for_structures(X_names, n_threads=4, split_infos=[SplitInfo(SplitType.RADIUS, 5)], moment_types=["O_3", "O_4", "O_5", "F"])
give the error below:
AttributeError: 'C KDTree' object has no attribute 'search_center_radius'
The text was updated successfully, but these errors were encountered: