RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

retry decorators for knmi / nrr functions #51

Open abontsema opened 2 years ago

abontsema commented 2 years ago

The KNMI and regenradar API's sometimes do not work. A retry decorator could make the functions in sam more robust.

Especially for the KNMI functions this might resolve the problem of failing unit tests by chance.

https://pypi.org/project/retry/