Skip to content

Commit 4d81f58

Browse files
committed
Shuddup ruff
1 parent 1111ee4 commit 4d81f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asmtransformers/scripts/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def generate_test_pools(data_folder, pool_size, static_pool, architecture=None):
145145
dataset = datasets.load_from_disk(data_folder) # .select(range(11000, 45000))
146146
if architecture:
147147
print(f'Selecting examples with architecture=={architecture}')
148-
dataset = dataset.filter(lambda x:x['architecture'] == architecture)
148+
dataset = dataset.filter(lambda x: x['architecture'] == architecture)
149149

150150
print('Adding columns')
151151
# Don't use all 3M examples because sort is really slow.

0 commit comments

Comments
 (0)