Hans Moritz Günther

Results 445 comments of Hans Moritz Günther

I have a conceptual question. I guess I should be able to figure it out from the code, but it might be easier to just ask: Assuming we have two...

This is a bit helpful, in the sense that it clarifies for me that we might need to think a bit harder on what we want. What's the difference between...

I support "plotting on a high resolution grid". My point is that that's not conceptually a regrid (which to me means "evaluate on one grid and then rebin/interpolate?), but just...

@DougBurke: I agree that a quick talk would probably help. @anetasie please let us know what you actually use regrid for.

@anetasie What is the status of this? Last review note says > @anetasie please let us know what you actually use regrid for. Can you tell us your use case...

To me, the important question is the scale: "Using LLM" can range from "I typed a few prompts and that generated all the code in this project" to essentially a...

> I do really like the idea of asking submitters to identify which lines of their codes are AI generated like @sneakers-the-rat does with stack overflow, and I wonder if...

`DataPHA` is yet again different: Here, we get the channel numbers back. Overall, it's not very well defined what `get_axis` is supposed to do for simpler classes. For images `DataIMG(Int)`...

I don't intend to make changes to the ui, but only to the underlying data classes (which will fix this for the UI later automatically).

When I wrote this: > I also note, that get_axes only gets called from examples that use get_axes to show how it works or from test that test for it...