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'