feat: code added for testing comparability
This commit is contained in:
@@ -95,11 +95,7 @@ def main(test_sample_paths: str, conditions: list[str], outpath: str) -> None:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_sample_paths = "data/test_samples.txt"
|
||||
conditions = [
|
||||
"validation_data",
|
||||
"pgxCleaner_engine-wrapper-repo-removed",
|
||||
"pgxCleaner_wrapper_cleanup",
|
||||
]
|
||||
outpath = "data/pgx-engine-repos-simplified_2025Aug19"
|
||||
test_sample_paths = "data/se_val_samples.txt"
|
||||
conditions = ["full_validation_data", "pgxCleaner_final_val_samples"]
|
||||
outpath = "data/pgx-engine-repos-simplified_whole_vali_2025Aug27"
|
||||
main(test_sample_paths, conditions, outpath)
|
||||
|
||||
Reference in New Issue
Block a user