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

Range check bug #397

Open
cristinamullin opened this issue Feb 9, 2024 · 0 comments
Open

Range check bug #397

cristinamullin opened this issue Feb 9, 2024 · 0 comments

Comments

@cristinamullin
Copy link
Collaborator

Describe the bug

The WQX validation table includes multiple thresholds for the same characteristic, unit, and media combination. Once that is resolved, update these lines for both TADA_FlagAboveThreshold and TADA_FlagBelow Threshold in ResultFlagsIndependent.R:

check.data <- dplyr::left_join(.data,
unit.ref,
by = c("TADA.CharacteristicName",
"TADA.ActivityMediaName",
"TADA.ResultMeasure.MeasureUnitCode"),
multiple = "any", # this should be "all" but the validation table has issues
relationship = "many-to-many" # this should be "one-to-one" but the validation table has issues
)

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

When branches are created from issues, their pull requests are automatically linked.

1 participant