Eric Prestat

Results 263 comments of Eric Prestat

It looks to me that this is a different issue from matplotlib/matplotlib#19116, because the latter is related to the use of blitting for the webagg backends, and it has been...

> @ericpre: from [hyperspy/hyperspy#2798 (comment)](https://github.com/hyperspy/hyperspy/pull/2798#issuecomment-916060062), do I understand correctly that you've tested this and it's working for you? Yes, I have tested this branch and I can confirm the speed...

On this topic, dask seems to be playing very well with the RAPIDS and the ucx framework https://medium.com/rapids-ai/high-performance-python-communication-with-ucx-py-221ac9623a6a Also, [NEP35](https://numpy.org/neps/nep-0035-array-creation-dispatch-with-array-function.html#nep35) will be very convenient to write code which works for...

> Thanks for this. I think one of the main problems we had with testing the .mib reader was getting small enough working file examples. Indeed, and this PR solve...

Yes, the following commented code can be used to generate the reference headers https://github.com/ericpre/pyxem/blob/9d15e58729dbd35270c048f16aad402ce4aaec17/pyxem/tests/utils/test_merlin.py#L31-L51 Depending on what is supported, it most likely needs to be extended. If this is too...

Yes, this would be a good start!

I had a quick look at the files on google drive and it doesn't seem that these data are useful for this PR. As mentioned above, what would be useful...

> This PR looks great. > > If the code for generating mib files is contained here, do you need any experimentally generated files at all? We can create files...

Thanks @matkraj and @magnunor for providing testing files and my apologies that I didn't followed up with this! Currently, I don't have much interest in finishing this PR, so I...

It looks to me that the error comes from the fact that the dialog box doesn't close and therefore the value selected are in the axis anymore. There were discussing...