Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_drivers
-
Labels:None
-
Team:Architecture
Description
When running the `construct*.py` scripts, if there is no input data (e.g. when the ingest has failed), the error one gets tends to be a division by zero from the zero-length of the refList. This is more confusing to newbies and people unfamiliar with this part of the stack that one might expect, and is worth fixing I think. A simple check that one isn't operating on no data before going ahead should suffice I think.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Risk Score | 0 |
Reviewers | Merlin Fisher-Levine [ mfisherlevine ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Assignee | Kian-Tat Lim [ ktl ] |
Team | Architecture [ 10304 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Added a couple of error checks.