diff options
Diffstat (limited to 'experiments/analyze_verified.py')
| -rwxr-xr-x | experiments/analyze_verified.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/experiments/analyze_verified.py b/experiments/analyze_verified.py index 50863b5..da3c923 100755 --- a/experiments/analyze_verified.py +++ b/experiments/analyze_verified.py @@ -141,6 +141,7 @@ def print_ep_match(root): records = read_many([ os.path.join(root, "ep_original_v2_*.json"), os.path.join(root, "ep_match_v1_*.json"), + os.path.join(root, "ep_archmatch_v1_*.json"), ]) groups = {} for record in records: @@ -167,6 +168,7 @@ def provenance_audit(root): os.path.join(root, "baseline_budget_v1_mnist_ff_*.json"), os.path.join(root, "ep_original_v2_*.json"), os.path.join(root, "ep_match_v1_*.json"), + os.path.join(root, "ep_archmatch_v1_*.json"), ]) dirty = [r["_path"] for r in records if r.get("provenance", {}).get("git_dirty") is not False] print(f"\n\nProvenance: {len(records)} files audited; {len(dirty)} dirty or unknown.") |
