ENH: apply_where (migrate lazywhere from scipy)
#673
Annotations
10 errors and 1 warning
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "max_examples" of type "int" in function "__init__"
"UniqueIdentifier" is not assignable to "int" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "derandomize" of type "bool" in function "__init__"
"UniqueIdentifier" is not assignable to "bool" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "database" of type "ExampleDatabase | None" in function "__init__"
Type "UniqueIdentifier" is not assignable to type "ExampleDatabase | None"
"UniqueIdentifier" is not assignable to "ExampleDatabase"
"UniqueIdentifier" is not assignable to "None" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "verbosity" of type "Verbosity" in function "__init__"
"UniqueIdentifier" is not assignable to "Verbosity" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "phases" of type "Collection[Phase]" in function "__init__"
"UniqueIdentifier" is incompatible with protocol "Collection[Phase]"
"__len__" is not present
"__iter__" is not present
"__contains__" is not present (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "stateful_step_count" of type "int" in function "__init__"
"UniqueIdentifier" is not assignable to "int" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "report_multiple_bugs" of type "bool" in function "__init__"
"UniqueIdentifier" is not assignable to "bool" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "print_blob" of type "bool" in function "__init__"
"UniqueIdentifier" is not assignable to "bool" (reportArgumentType)
|
|
Format:
tests/test_funcs.py#L202
Argument of type "UniqueIdentifier" cannot be assigned to parameter "backend" of type "str" in function "__init__"
"UniqueIdentifier" is not assignable to "str" (reportArgumentType)
|
|
Format
9 errors
|
|
Format
Cache not found for keys: pixi-linux-64-003c03c6d95a5f1a8250f52085ec908113129c34488a5fbff5d821a26b4a9f47
|