Fix deprecation warning for rtol and atol in GD - #2056
Merged
Conversation
Signed-off-by: Emmanuel Ferdman <[email protected]>
Member
|
Thank you very much for your contribution. It looks like sensible logic on when to raise the warning. Would you like to add your name and institute (if applicable) to our maintained list of contributors?https://github.com/TomographicImaging/CIL/blob/master/NOTICE.txt If you'd prefer not to, we'll still merge your contribution and acknowledge you via you github handle in our release notes. |
Member
|
I think if you add "Independent Contributor" as number 14 in the institutions key that would be best, then we have it explicitly stated. |
Signed-off-by: Emmanuel Ferdman <[email protected]>
gfardell
approved these changes
Jan 30, 2025
gfardell
left a comment
Member
There was a problem hiding this comment.
Thank you for your contribution @emmanuel-ferdman
MargaretDuff
approved these changes
Jan 31, 2025
Signed-off-by: Margaret Duff <[email protected]>
MargaretDuff
self-requested a review
January 31, 2025 09:29
This file contains hidden or 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
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.
Description
The commit contains the following changes:
rtolandatolwhen they are not passed to the GC constructor (or passed withNone).log.warn()withlog.warning()aslog.warn()was deprecated in Python 3.3. See cpython-#105376 for more details.Example Usage
Related issues/links
Checklist
Contribution Notes
Please read and adhere to the developer guide and local patterns and conventions.