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

Config - Thresholds not displaying properly #74

Closed leppott closed 5 years ago

leppott commented 5 years ago

Describe the bug QC Report and Config.Out (and probably vignette) have an incorrect value for Water Temp Gross Suspect (high). [getting the wrong value in the code]

To Reproduce Steps to reproduce the behavior: Use example in ContDataQC for QC and look at the ouput report.

The ‘suspect’ water temp threshold for the Gross test is off – see attached example (> -2 deg C or < -0.1 deg C).

Expected behavior It should read (> 25 deg C or < -0.1 deg C).

Additional context Same code in Config.Out (and probably vignette).

References environment by parameter, test, and type (e.g., Water Temp, Gross, and Suspect). Then uses numbers to reference created lists to build the report table.

Double check all values. This case is referencing the wrong numbered item.

leppott commented 5 years ago

Replace [4] (Gross Fail Lo) with [5] (Suspect Hi) in the "Suspect" section for all 12 data types (water temp, air temp, water pressure, etc).

line 75 (highlight)

image

leppott commented 5 years ago