watem-sedem / rfactor

R-factor
https://watem-sedem.github.io/rfactor/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

enable keyword arguments for the custom load function #90

Closed Sachagobeyn closed 4 months ago

Sachagobeyn commented 4 months ago

In this PR, the possibility to define custom keyword arguments for a custom load funtion is enable @SethCallewaert : I did not have time to test, can you test?

Usage:

df = load_rain_folder(fmap, load_fun=custom_fun, interpolate=True)
github-actions[bot] commented 4 months ago

Binder :point_left: Launch a binder notebook on this branch

SethCallewaert commented 4 months ago

Tested and Approved