-
Notifications
You must be signed in to change notification settings - Fork 9
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
clean_wqdata()
is incorrectly changing detected values to non-detects
#164
Comments
clean_wqdata()
is incorrectly changing detected values to non-detects
Hey @KarHarker, I looked into the issue and agree that we should pull the I wanted to confirm that this is the general workflow:
If this is the workflow, then we will need to ensure the Can you confirm:
Can you clarify what the |
@aylapear I can confirm that is the workflow. Those MDL_UNIT outputs make sense as well. @KarHarker I'm not sure what/if clean_wqdata does the RESULT_LETTER column. |
ResultLetter column should be retained and not have anything done to it given it gives us the information if the Result is less than detection. |
This was previously reported but the error was not fixed by the standardize_mdl_units() rems function #158
I think this is partly happening because the columns change names in standardize_wqdata() and are not recognized in the rems function.
I think the best way to fix might be to:
...but open to other thoughts!
Also an issue identified in shinyrems bcgov/shinyrems#123
The text was updated successfully, but these errors were encountered: