Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit a6b2515

Browse files
committed
code cleanup
1 parent b033a6c commit a6b2515

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/articles/npy-opt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def get_versions() -> str:
402402
FF_ORDER = [f.NAME for f in sorted(CLS_FF, key=lambda ff: ff.SORT)]
403403

404404
# -------------------------------------------------------------------------------
405-
NUMBER = 10
405+
NUMBER = 50
406406

407407
from itertools import product
408408

@@ -559,5 +559,5 @@ def run_test(processors, suffix):
559559
# DictNotIn,
560560
)
561561

562-
# run_test(cls_instantiate, "instantiate")
562+
run_test(cls_instantiate, "instantiate")
563563
run_test(cls_lookup, "lookup")

0 commit comments

Comments
 (0)