Skip to content

IMOS Toolbox v2.6.16 - 25 September 2023 - PRE-RELEASE

Pre-release
Pre-release
Compare
Choose a tag to compare
@evacougnon evacougnon released this 24 Sep 23:25
64c0a01

This is a pre-release only and could possibly include breaking changes.

The main change included is:

  • adding new *_failed_test variable on QC'd variables to track which QC test(s) failed

cfff03e release:2.6.16
e7c9356 (Fix) Failed tests index deletion badly made
5192361 improve comment attribute; merge manualQc and historicalQc together
c43afae replace variable flag_tests with failed_test string
aa7be9f Add scenario for imosErrorVelocitySetQC
4777cd6 (Feat) imosQCTests function to read imos flags from config

Current bugs currently under investigation:

  • seems to only happen when running the toolbox on a single file an not with the DDB. Let's say that on a single file, we do some manual QC by selecting the start of the data on the plot, and flag it as bad. It will generated a *.pqc file alongside the original file. Now if you re-rerun the QC, the code should delete the failed_test variable so that values don't get sum up with previous run. However the variable doesn't get deleted.