leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

QC function - fails if all values NA #143

Closed leppott closed 2 years ago

leppott commented 2 years ago

Describe the bug If all values NA for a parameter the QC function fails.

To Reproduce Steps to reproduce the behavior:

  1. Use the reformat miniDOT example.
  2. All Pct DO measurements NA so QC function fails.

Expected behavior Need better exit if all values are NA. Hard failure.

Screenshots image

Additional context Add any other context about the problem here.