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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename boolean parameters #35

Open
jorgepiloto opened this issue Aug 13, 2021 · 0 comments
Open

Rename boolean parameters #35

jorgepiloto opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement General improvements to existing features good first issue Issues suitable for newcomers or those with less experience

Comments

@jorgepiloto
Copy link
Owner

馃捇 Feature request: rename boolean parameters

All of the solvers accept the following parameters prograde=True and low_path=True at the moment. However, it would be more convenient to rename those as is_prograde=True and is_low_path=True. These lead to the following type of workflow:

if is_prograde ...
if is_low_path ...

which is much more readable than the actual names being used.

@jorgepiloto jorgepiloto self-assigned this Aug 13, 2021
@jorgepiloto jorgepiloto added enhancement General improvements to existing features good first issue Issues suitable for newcomers or those with less experience labels Aug 13, 2021
@jorgepiloto jorgepiloto removed their assignment Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General improvements to existing features good first issue Issues suitable for newcomers or those with less experience
Projects
None yet
Development

No branches or pull requests

1 participant