unstructured
777a4280 - chore: for ingest-test metrics, also check subdirs (#2079)

Commit
2 years ago
chore: for ingest-test metrics, also check subdirs (#2079) - Copy script only went through one layer of subdirectory so it did not found the match between manifest file and structured output. Now edited to search all subdirectories. - `set -e` causes the script to exit at any exit rather than `exit 0`, fix all scripts that needs to run the copy script to be `set +e` right before the check diff, then back to `set -e` after - Edit the default evaluation metrics output from `metrics` to `metrics-tmp` to account for diff check - Add a script that checks the differences between old eval metric output (metrics) and new eval metrics output (metrics-tmp)
Author
Parents
Loading