We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeb760 commit 060bdb0Copy full SHA for 060bdb0
fms_mo/training_args.py
@@ -38,7 +38,7 @@ def __post_init__(self):
38
else:
39
if not (
40
get_origin(val) is list
41
- or type(val) is list # pylint: disable=unidiomatic-typecheck
+ or type(val) is list # pylint: disable=unidiomatic-typecheck
42
or all(isinstance(item, int) for item in val)
43
):
44
invalid_val = True
0 commit comments