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

Bug - Aggregate Report - On final file #31

Closed leppott closed 7 years ago

leppott commented 7 years ago

In the non-File version of Aggregate the QC report is run inside the loop so it runs on each individual file. It should be run on the final file that was put together.

Fixed when creating fun.Aggregate.File(). Need to make the change in fun.Aggregate().

leppott commented 7 years ago

Fixed in v2.0.1.9019.