-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: logging 3 - remove prints from tools directory #177
Merged
+57
−44
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5c1ac01
chore: replace print with logging in andlg optimizer
hollandjg 351c443
chore: replace print with logging in beam stats
hollandjg 0b362b1
chore: replace print with logging in filter_regrid
hollandjg 1ef931c
chore: replace print with logging in generalized_FT
hollandjg 0277985
chore: replace print with logging in iotools
hollandjg 9c5a011
chore: replace print with logging in sliderule_converter_tools.py
hollandjg 9351b4e
chore: replace print with logging in spectral_estimates.py
hollandjg 9296daf
chore: replace print with logging in spike_remover.py
hollandjg e7d58a6
Apply suggestions from code review
hollandjg 03f449d
Update src/icesat2_tracks/ICEsat2_SI_tools/spectral_estimates.py
hollandjg ae2968e
Merge branch 'feat-logger/2-replace-print-logger-analysis_db' into fe…
hollandjg 092a50c
Merge branch 'feat-logger/2-replace-print-logger-analysis_db' into fe…
hollandjg 9976046
Merge branch 'feat-logger/2-replace-print-logger-analysis_db' into fe…
hollandjg 475a0c5
Merge branch 'feat-logger/2-replace-print-logger-analysis_db' into fe…
hollandjg a15e511
Merge branch 'main' into feat-logger/3-replace-print-logger-tools
hollandjg d8e125d
Update src/icesat2waves/tools/iotools.py
hollandjg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
Fewer characters, same result. Thoughts?
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.
Wow, that works? It looks like a syntax error to me. I didn't know you could concatenate strings that way. How does Black reformat it? I'm not super keen – I don't think the suggestion makes the syntax any clearer.
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.
Maybe it doesn't work. I guess it only works with literals.