s-scherrer

Results 11 comments of s-scherrer

I introduced a new keyword argument `rename_cols` to `Validation.calc` and `Validation.perform_validation` that can be used to disable the renaming. This will be included in PR #219, and fixes the issue...

Addendum: This reordering is especially a problem when calculating bias, because the sign is then different in these two cases, and simply using `tuple(sorted(key))` doesn't work for interpreting the result...

> Regarding the lin_cdf_match method, although it is the default in the validation framework, it is overridden in QA4SM (which does not display an option for linear matching anyways). Therefore...

The implementation I am using at the moment only allows linear interpolation, but this can easily be changed by providing an additional setting for the interpolation spline order.

I ran into a few more issues: #### Edge scaling with unequal amounts of data in the source and reference bins In the edge scaling, the data from the lowest...

Another thing related to this: There are now 2 keywords to set the moving average window for the climatology, "moving_avg_clim" and "moving_avg_month_clim". I think it would be nicer if we...

Hi, can you post the complete output of pip?

Can you try to downgrade to python version 3.9?

Hi Vitor, sorry, I totally forgot to reply. Thank you, I will merge your changes to the master branch of hyvr. I also linked your repository in the README as...