-
Notifications
You must be signed in to change notification settings - Fork 12
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
Typos and other cleanup #90
Merged
mwcraig
merged 21 commits into
feder-observatory:main
from
JuanCab:typos_and_other_cleanup
May 30, 2023
Merged
Typos and other cleanup #90
mwcraig
merged 21 commits into
feder-observatory:main
from
JuanCab:typos_and_other_cleanup
May 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and not glowing-waffles, removed unused utils/, and changed visualization to include various source code that was being ignored.
…eingProfileWidget as exported class.
…ource code to allow it to be imported.
…stellarphot into typos_and_other_cleanup
…ias has been removed on recent numpy.
mwcraig
requested changes
May 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just some minor changes. We should maybe change to automating code style things/use black
Add blank line at end of imports Co-authored-by: Matt Craig <[email protected]>
Also adds blank line at end. Co-authored-by: Matt Craig <[email protected]>
Add space before class declaration. Co-authored-by: Matt Craig <[email protected]>
mwcraig
approved these changes
May 30, 2023
Thanks, @JuanCab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So I have worked to do the following:
__all__
list) most of their functions and classes. This also required editing some of the__init__.py
source files to import the source files. Most of the changes were invisualization
directory ofstellarphot
.stellarphot
and notglowing-waffles
documentation and also to search in additional source code locations (notablyanalysis.py
andsource_detection.py
.coordinates.py
file which defined one function used in one spot inphotometry.py
once. Added the call to retrieve WCS data directly tophotometry.py
.np.float
,np.int
, andnp.bool
replaced withfloat
,int
, andbool
respectively since those aliases were deprecated in NumPy 1.20 and removed in NumPy 1.24.