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