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

restructure cli imports #29

Merged
merged 5 commits into from
Jun 5, 2024
Merged

restructure cli imports #29

merged 5 commits into from
Jun 5, 2024

Conversation

alisterburt
Copy link
Member

minor formatting thing

Organize imports into groups: first standard library imports, then third-party imports, and finally local application or library imports.

c.f. https://realpython.com/python-import/#imports-style-guide

alisterburt and others added 5 commits June 5, 2024 07:21
* soft edge written as a function (refactored)

* make soft edge function work on copy of the original array and returning and output instead of changing 'in place'
# Conflicts:
#	src/ttmask/cube.py
#	src/ttmask/sphere.py
@milesagraham milesagraham merged commit 764147c into main Jun 5, 2024
6 checks passed
@milesagraham milesagraham deleted the imports branch June 5, 2024 15:06
@milesagraham milesagraham restored the imports branch June 5, 2024 15:06
@milesagraham milesagraham deleted the imports branch June 5, 2024 15:06
milesagraham added a commit that referenced this pull request Jun 5, 2024
* use Path types everywhere

* refactor soft edge generation into a function (#31)

* soft edge written as a function (refactored)

* make soft edge function work on copy of the original array and returning and output instead of changing 'in place'

* restructure cli imports (#29)

* restructure cli imports

* refactor soft edge generation into a function (#31)

* soft edge written as a function (refactored)

* make soft edge function work on copy of the original array and returning and output instead of changing 'in place'

* restructure cli imports

* remove redundant imports

---------

Co-authored-by: milesagraham <[email protected]>

* use Path types everywhere

---------

Co-authored-by: milesagraham <[email protected]>
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.

2 participants