Éric Dupuis

Results 22 issues of Éric Dupuis

### Generic Issue ### Description Currently, ```python da = 1,0,1,1,0 xclim.indices.run_length.rle(da) == 1,0,2,N,0 ``` Nans are used to label values that are in a run, but not its first (or...

### Addressing a Problem? ```python import lmoments3.distr from xclim.testing import open_dataset ds = open_dataset('sdba/ahccd_1950-2013.nc')[{'location':1}] da_max = ds.pr.resample(time='YS').max() xclim.indices.stats.fit(da_max,dist=lmoments3.distr.kap, method='PWM').values ``` > ValueError: L-Moments invalid Should we catch this error and...

enhancement