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

Review square_dims() #25

Open cosminmarina opened 4 months ago

cosminmarina commented 4 months ago

Think about what we want to happen in the cases of ration_w_h = 0 and size = -.

Probably raise a Warning and, in the case of negative size, warn that we automatically change it to positive value.