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

Fix duplicated warnings #5464

Open
2 of 3 tasks
trexfeathers opened this issue Sep 5, 2023 · 0 comments
Open
2 of 3 tasks

Fix duplicated warnings #5464

trexfeathers opened this issue Sep 5, 2023 · 0 comments

Comments

@trexfeathers
Copy link
Contributor

trexfeathers commented Sep 5, 2023

Story

  • As a
    Iris user
  • 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.

Tasks

  1. bjlittle stephenworsley
  2. ESadek-MO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: User Story
Status: Parent Issue
Status: No status
Development

No branches or pull requests

2 participants