Don't use gaussian weights for grain temporal averaging and fix avera… #442
Annotations
10 errors
Running mypy
Argument 1 to "set" has incompatible type "float | list[float]"; expected "Iterable[float]" [arg-type]
|
Running mypy
Value of type "float | list[float]" is not indexable [index]
|
Running mypy
Argument 2 to "zip" has incompatible type "float | list[float]"; expected "Iterable[float]" [arg-type]
|
Running mypy
Value of type "float | list[float]" is not indexable [index]
|
Running mypy
Value of type "float | list[float]" is not indexable [index]
|
Running mypy
Value of type "float | list[float]" is not indexable [index]
|
Running mypy
Value of type "float | list[float]" is not indexable [index]
|
Running mypy:
vsdeband/f3kdb.py#L135
Unused "type: ignore" comment [unused-ignore]
|
Running mypy
Incompatible return value type (got "Callable[[Any], Any]", expected "ResolverTwoClipsArgs") [return-value]
|
Running mypy
Incompatible types in assignment (expression has type "Scaler", variable has type "BicubicAuto") [assignment]
|
Loading