GheodeAI / va_am

VA-AM (Various Advanced - Analogue Methods) is a Python package based on the deep learning enhancement of the classical statistical Analogue Method. It provides several tools to analyse climatological extreme events, particularly heat waves.
https://va-am.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 0 forks source link

Make functions more like modules #18

Open cosminmarina opened 3 months ago

cosminmarina commented 3 months ago

For example, perform_preprocess works fine in _step_loop, but it has some problems working independently as a function/module.

Specifically, the params["data_of_interest_init"] and params["data_of_interest_end"] need to be Timestamp, not str.