diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-01 13:52:45 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-01 13:52:45 -0500 |
| commit | f55872beaee658ff76ac15fd421b73017820c320 (patch) | |
| tree | d3e45e6ac7ec3a05ff53d03de86570b03bb38644 /experiments | |
| parent | dab52021f5d0957d6c92b4dc9c0af355b07ec9f9 (diff) | |
experiment: open complete A6000 matrixHEADa6000-x1-v1main
Diffstat (limited to 'experiments')
| -rwxr-xr-x | experiments/run_a6000_matrix.py | 3 |
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, |
