Hans Moritz Günther

Results 213 comments of Hans Moritz Günther

Is this really worth a new parameter? It's easy to reorder the final list on id. Alternatively, the return could always be ordered the same way as the input (instead...

Thanks for contributing! This looks interesting, but I think you might want to see if the indexing logic can be simplified a bit. At least I don't understand it -...

I agree that this is a sensible idea.On Nov 15, 2017 8:55 AM, Gabriel Perren wrote:I was actually thinking of printing relevant information about the state of the process, rather...

Let's think about the use cases for this. If I convert my spectrum from wavelength to frequency, I'll turn an ascending sorting into a decending sorting. Is that OK? The...

I agree with putting everthing directly in meta because that's the most usable. I do want to point out something though to keep in mind for both users and developers:...

What's common in X-ray space is instead of slicing the data (which typically is small in terms of memory use), you carry an extra array that tell use which bins...

Similar: Might help to run https://github.com/Carreau/velin over our code (and could also be done as a CI check, but I don't think it's worth the effort).

I want to support the suggestion to use black. It's opinionated, so no flamewars over "set this option to "X"; we can just take the defaults. Would be nice to...

I've just run into this again and wanted to open an issue, when I remembered that we had an issue open already. I really just need something simple, like a...

I think this is the right way to go. It frees us somewhat from laying down 100% what the rules are (which of course we do in code, but in...