Luc Grosheintz

Results 154 comments of Luc Grosheintz

Thank you for your quick response. I'm not sure I'll be of much use improving the issue, but if there's some other way we can help please ask.

If you want to compute a distance between two distributions, you can use something like a Wasserstein, or Earth movers, distance. If you have two histograms (or sampled distributions) this...

Spuriously, not once in 100'000 times using the above numbers.

Correct, we use `?h.xpanel`. The builtin `help` is extremely useful when offline. It's probably also used by tools to print docstrings and such.

Yes, I'm sorry, misplaced irony, I'll restate my opinion without. The Python `help` function which I've used in `ipython` via the shortcut `?` has at times (never in the context...

You could consider stealing parts of: #2400. It looked like they have done all the CMake stuff required to get `fmt` working.

This behaviour is precisely documented :)

The interface `H5Easy` supports the library `xtensor`; and from what I can gather from the example and source code should be able to read/write `xarray`s which look to be essentially...

This is preparatory work to allow #992.

Thank you, very helpful. I'll do `area` first.