Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add specifics of handling DUPLICATE record scenarios in STDOUT messages #290

Open
tensfeldt opened this issue May 12, 2021 · 0 comments
Open
Labels
3.0 defect Defect identified during code development for Computation Engine v3.0 enhancement New feature or request

Comments

@tensfeldt
Copy link
Owner

The openNCA computation engine provides duplicate record handling for the following scenarios (see section Duplicate Record Handling of the Computation Engine Specifications documentation):

Duplicate or replicate input time and concentration records can and do occur in input datasets. The response of the computation engine to two scenarios where this can occur is documented as follows:

  1. When the input Time and Concentration values match exactly for multiple records within a single profile, a warning message will be generated/printed in the output messages. One of the records will be used for parameter generation and parameters for the profile are provided in the output results. Parameters for all other profiles with no duplication are generated in the output results.
  2. When the input Times match exactly for multiple records within a single profile but the Concentration values are different across these records, an error message will be generated/printed in the output messages. No parameter results are generated for the profile where the replicate/duplicate records occur. Parameters for all other profiles with no duplication are generated in the output results.

The error and warning messages generated in the output messages should be updated to include exactly which behavior was detected and exactly which records were impacted and in scenario 1 above, which record was used for parameter generation.

@tensfeldt tensfeldt added enhancement New feature or request 3.0 defect Defect identified during code development for Computation Engine v3.0 labels May 12, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
3.0 defect Defect identified during code development for Computation Engine v3.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant