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

Fix Optional Arguments #239

Merged
merged 8 commits into from
Feb 1, 2024
Merged

Fix Optional Arguments #239

merged 8 commits into from
Feb 1, 2024

Conversation

FarnazH
Copy link
Member

@FarnazH FarnazH commented Feb 1, 2024

Please see the commits and let me know if you have any questions.

A lot of arguments have been set to be optional when they are required, and it not
provided, the default values (like None for degrees and size) result in a error.
This is a bad implementation and makes the code less clear.
doc/index.rst Outdated Show resolved Hide resolved
@FarnazH FarnazH merged commit ad4e643 into master Feb 1, 2024
3 of 8 checks passed
@FarnazH FarnazH deleted the optional_arguments branch February 1, 2024 22:57
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.

None yet

2 participants