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 think the docstrings should be inspected and updated.
For example docstring for KCSD.create_lookup() suggests it has a parameter dist_table_density (it has not; it is provided as attribute):
KCSD.create_lookup()
dist_table_density
kCSD-python/kcsd/KCSD.py
Lines 131 to 141 in 2ce755a
Line 104 in 2ce755a
The text was updated successfully, but these errors were encountered:
Thanks Kuba!
Perhaps I should also bump this pending issue #33
Sorry, something went wrong.
No branches or pull requests
I think the docstrings should be inspected and updated.
For example docstring for
KCSD.create_lookup()
suggests it has a parameterdist_table_density
(it has not; it is provided as attribute):kCSD-python/kcsd/KCSD.py
Lines 131 to 141 in 2ce755a
It also claims
dist_table_density
defaults to 100 while in the constructor it defaults to 20:kCSD-python/kcsd/KCSD.py
Line 104 in 2ce755a
The text was updated successfully, but these errors were encountered: