mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-11 12:00:50 +08:00
MAINT/STY: Upgrade flake8 and fix new failures.
This commit is contained in:
@@ -1142,7 +1142,8 @@ def parameter_space(__fail_fast=False, **params):
|
||||
"supplied to parameter_space()." % extra
|
||||
)
|
||||
|
||||
make_param_sets = lambda: product(*(params[name] for name in argnames))
|
||||
def make_param_sets():
|
||||
return product(*(params[name] for name in argnames))
|
||||
|
||||
if __fail_fast:
|
||||
@wraps(f)
|
||||
|
||||
Reference in New Issue
Block a user