Support parallelization of conf filter #809
Annotations
2 errors
pyright:
dpgen2/exploration/selector/conf_filter.py#L73
Argument of type "MultiSystems" cannot be assigned to parameter "iterable" of type "Iterable[_T@enumerate]" in function "__init__"
"MultiSystems" is incompatible with protocol "Iterable[_T@enumerate]"
"__iter__" is not present (reportGeneralTypeIssues)
|
pyright
1 error
|