You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want
To only receive each warning once - the Python default behaviour
So that
I do not need to develop specific strategies for working with Iris versus other Python libraries, and so my stdout/stderr is readable, allowing effective development
Notes
Reports of some warnings being raised once per file. I suspect something related to parallelism - warnings are not thread safe by default, but can be made so (from reading Stack Overflow).
From refinement discussion
Initial work must be to diagnose when 'duplicates' are issued. Is it just once per file? Once per Cube? Is there some thread safety involved?
Further steps will depend on the results of the diagnosis.
The content you are editing has changed. Please copy your edits and refresh the page.
Story
Iris user
To only receive each warning once - the Python default behaviour
I do not need to develop specific strategies for working with Iris versus other Python libraries, and so my
stdout
/stderr
is readable, allowing effective developmentNotes
Reports of some warnings being raised once per file. I suspect something related to parallelism - warnings are not thread safe by default, but can be made so (from reading Stack Overflow).
From refinement discussion
Cube
? Is there some thread safety involved?Tasks
The text was updated successfully, but these errors were encountered: