开启i7
parent
e8d9078262
commit
5ed962f9c3
|
|
@ -634,7 +634,7 @@ class AutoLayout:
|
||||||
addname = ''
|
addname = ''
|
||||||
other_name = ''
|
other_name = ''
|
||||||
if 'chipB' in chip_idx and df['barcode'].duplicated().any():
|
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:
|
if df['data_needed'].sum() < 1600 and not addname:
|
||||||
df['note'] = '排样数据量不足1600G'
|
df['note'] = '排样数据量不足1600G'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue