Romain Hugonnet

Results 176 comments of Romain Hugonnet

> Will this make the tests run much slower? Yes it would, we do need to make test data smaller! > On a related note, I'll soon add an issue...

From @erikmannerfelt's comment in #158: Should also move `_pandas_str_to_interval` to `misc.py`

OK, perfect! The binning stuff takes quite a bit of space, happy to add parametric fits (I also added a piecewise application of the original binning in `spatialstats.py` in #158)....

And in more details, some other to-do in those classes once restructured: - [x] Homogenize tests in `test_affine`, - [x] Check that #422 and #423 are resolved (probably fixed by...

Hi @mmaelicke, That's strange... I get the same Sphinx error locally, it is failing at the "Custom model" example `V.plot()`, but if I run the code of the user guide...

Here's the code that fails in Sphinx, does it also run for you or am I missing something environment/setup-wise? ```python import skgstat as skg import numpy as np coords, vals...

Looking at the error again (third argument missing in `spherical`, while three are passed), it looks like the `@variogram` decorator might be the cause and behaving differently in the `ipython`...

It seems to be related to this: https://github.com/ipython/ipython/issues/13531 which was fixed in ipython 8.15 or 8.16 and above. But using a clean sphinx install with ipython 8.20, still getting the...

Based on feedback from @vdevauxchupin: we could copy the `Raster` API of GeoUtils in xDEM to make it easier to find class functions of `DEM`.

Good to know the UGA option. For how it works: In MyBinder you just had to add the package branch you want to be active on their website for it...