Skip to content

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

Open
@tensfeldt

Description

@tensfeldt

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.0 defectDefect identified during code development for Computation Engine v3.0enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions