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
Replace italics below with details for this issue.
Describe the Enhancement
In order to speed up processing in Python, multiple files are processed together as a batch. Transformations - like calculating fcst_init - are done at once for all of the files of the batch. This makes it difficult to give a message for which file had the error. In addition, determining which file had the error may increase processing time. A solution needs to be found that will improve error messaging for users without increasing processing time too much.
Time Estimate
3 days of work. Issues should represent approximately 1 to 3 days of work.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
Add a checkbox for each sub-issue here.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
Select engineer(s) or no engineer required
Select scientist(s) or no scientist required
Labels
Select component(s)
Select priority
Select requestor(s)
Projects and Milestone
Review projects and select relevant Repository and Organization ones
Select milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
I'm closing this issue because I added a try/catch in the middle of the data read loop, so one bad file will no longer cause lots of good files not to be loaded. See #295
jprestop
changed the title
Provide better error messages for when an error causes multiple files not to be loaded
Improve error messages for when multiple files are not loaded
Oct 16, 2024
Replace italics below with details for this issue.
Describe the Enhancement
In order to speed up processing in Python, multiple files are processed together as a batch. Transformations - like calculating fcst_init - are done at once for all of the files of the batch. This makes it difficult to give a message for which file had the error. In addition, determining which file had the error may increase processing time. A solution needs to be found that will improve error messaging for users without increasing processing time too much.
Time Estimate
3 days of work.
Issues should represent approximately 1 to 3 days of work.
Sub-Issues
Consider breaking the enhancement down into sub-issues.
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
Enhancement Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
The text was updated successfully, but these errors were encountered: