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

Solving issue #25 #48

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Solving issue #25 #48

merged 3 commits into from
Nov 28, 2024

Conversation

matteobecchi
Copy link
Contributor

@matteobecchi matteobecchi commented Nov 28, 2024

Related Issues: #25
Requested Reviewers: @andrewtarzia

I tried to complete and clean up the doc strings of the functions in the saponify module, and solving the issues with the type hints.

There is just one object I can't understand, the "atomicslices" of function fill_soap_vector_from_dscribe(). It's a dictionary but I have no idea of what it contains. Now its type hint is dict[str, Any], which should be OK, but maybe it's not precise. I don't know.

@matteobecchi matteobecchi added the documentation Improvements or additions to documentation label Nov 28, 2024
@matteobecchi matteobecchi self-assigned this Nov 28, 2024
@matteobecchi matteobecchi linked an issue Nov 28, 2024 that may be closed by this pull request
@matteobecchi matteobecchi marked this pull request as ready for review November 28, 2024 13:46
@andrewtarzia andrewtarzia changed the title Issue #25 7 Solving issue #25 Nov 28, 2024
@andrewtarzia andrewtarzia merged commit 30a857f into GMPavanLab:main Nov 28, 2024
6 checks passed
@matteobecchi matteobecchi deleted the devel branch November 28, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix doc strings and type hints for all saponify. #7
2 participants