From f55872beaee658ff76ac15fd421b73017820c320 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sat, 1 Aug 2026 13:52:45 -0500 Subject: experiment: open complete A6000 matrix --- experiments/run_a6000_matrix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'experiments') diff --git a/experiments/run_a6000_matrix.py b/experiments/run_a6000_matrix.py index e5330ef..15933ec 100755 --- a/experiments/run_a6000_matrix.py +++ b/experiments/run_a6000_matrix.py @@ -165,7 +165,8 @@ def main(): ) if args.family == "all": - require_file(plain_audit, "complete plain-CNN P2 audit") + if not args.dry_run: + require_file(plain_audit, "complete plain-CNN P2 audit") run( [ sys.executable, -- cgit v1.2.3