WolframRhodium / muvsfunc

Muonium's VapourSynth functions
75 stars 19 forks source link

TypeError: GradFun3: "thr" must be an int or a float! #20

Closed dubhater closed 5 years ago

dubhater commented 5 years ago

Hi.

I'm getting this error with the current git master version. This is the call:

deband = muvsfunc.GradFun3(src=nr16, thr=0.25, radius=12, smode=2, mask=0, ampn=0, lsb=True)

GradFun3 always raises this error if thr is not None. The type check is missing.

WolframRhodium commented 5 years ago

Hi,

thank you for your report. The problem should be solved now.

dubhater commented 5 years ago

Thanks!