From 5ed962f9c32777cffd6f42b76e1be5888a5481b5 Mon Sep 17 00:00:00 2001 From: chaopower Date: Fri, 1 Mar 2024 18:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AFi7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/t7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/t7.py b/tools/t7.py index ac997f0..ef1a91c 100644 --- a/tools/t7.py +++ b/tools/t7.py @@ -634,7 +634,7 @@ class AutoLayout: addname = '' other_name = '' if 'chipB' in chip_idx and df['barcode'].duplicated().any(): - other_name = 'i7' + other_name = '_i7' if df['data_needed'].sum() < 1600 and not addname: df['note'] = '排样数据量不足1600G'