cerfacs-globc / icclim

icclim: Python library for climate indices and climate indicators calculation.
https://icclim.readthedocs.io/en/latest/
Apache License 2.0
80 stars 32 forks source link

FIX: Bug fix for TNx #243

Closed DamienIrving closed 1 year ago

DamienIrving commented 1 year ago

Pull Request to resolve #242

Describe the changes you made

There's one line in the code where indicator=GenericIndicatorRegistry.Minimum needs to be changed to indicator=GenericIndicatorRegistry.Maximum.