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

Ligne superflue dans la doc #318

Open pagecp opened 3 months ago

pagecp commented 3 months ago

Description

In the documentation https://icclim.readthedocs.io/en/stable/how_to/recipes_custom.html#percentage-of-days-when-tasmax-80th-pctl-and-at-which-date-it-happens there is from icclim.util import callback and it should not be there anymore.

Minimal reproducible example

import icclim from icclim.util import callback

Output received

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[8], line 1
----> 1 from icclim.util import callback

ModuleNotFoundError: No module named 'icclim.util'