feat: addition of code for generating the comparison excel added
This commit is contained in:
@@ -98,7 +98,8 @@ if __name__ == "__main__":
|
|||||||
test_sample_paths = "data/test_samples.txt"
|
test_sample_paths = "data/test_samples.txt"
|
||||||
conditions = [
|
conditions = [
|
||||||
"validation_data",
|
"validation_data",
|
||||||
"pgxCleaner_prod_updates",
|
"pgxCleaner_engine-wrapper-repo-removed",
|
||||||
|
"pgxCleaner_wrapper_cleanup",
|
||||||
]
|
]
|
||||||
outpath = "data/test"
|
outpath = "data/pgx-engine-repos-simplified_2025Aug19"
|
||||||
main(test_sample_paths, conditions, outpath)
|
main(test_sample_paths, conditions, outpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user