ArgoCanada / medsrtqc

An experimental container for Argo Canada realtime quality control code
https://argocanada.github.io/medsrtqc/
MIT License
0 stars 1 forks source link

Fix how QCP and QCF are calcualted #32

Closed cgrdn closed 2 years ago

cgrdn commented 2 years ago

When a test passes, and then that same test later fails for a different variable, the hex sum of tests for QCP and QCF is not updating to properly reflect that. The array Profile().qc_tests is always correct though, so fully re-calculating from that source should fix things.

cgrdn commented 2 years ago

Fixed