pankajkarman / bias_correction

python library for bias correction
MIT License
30 stars 8 forks source link

allow to pass kwargs to xr.apply_ufunc #9

Closed aaronspring closed 2 years ago

aaronspring commented 2 years ago

Closes #5

xr.apply_ufunc join defaults to inner raising #5 , but outer doesnt fail and adds NaN where not corrected

Demo: https://gist.github.com/aaronspring/f5d34560342ccfb4b56b0c3fa740f86c

image