summaryrefslogtreecommitdiff
path: root/experiments
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-08-01 13:52:45 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-08-01 13:52:45 -0500
commitf55872beaee658ff76ac15fd421b73017820c320 (patch)
treed3e45e6ac7ec3a05ff53d03de86570b03bb38644 /experiments
parentdab52021f5d0957d6c92b4dc9c0af355b07ec9f9 (diff)
experiment: open complete A6000 matrixHEADa6000-x1-v1main
Diffstat (limited to 'experiments')
-rwxr-xr-xexperiments/run_a6000_matrix.py3
1 files changed, 2 insertions, 1 deletions
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,