Jonathan Demaeyer

Results 18 comments of Jonathan Demaeyer

Hi, I got this error too with papermill `2.3.3` and black `21.9b0` on Ubuntu 20.04 LTS.

Ok thanks, I think I will start a new branch and try it to see the performance without using numba.

I'm really sorry but I do not understand how this format implementation is related to sparse tensor object being usable inside a numba njit decorated function?

Ok I think I see it now. Thank you very much. Last question: Will that also include being able to pass a sparse array to a njitted function?

Cool, I will start using sparse for my code in parts that do not use numba and then move fully to it when this implementation is finished. Thank you very...

Sorry to come back at you about this, but I was curious to see if it is possible now to pass a sparse tensor to a njitted function, and I...

Thanks for your response. You still plan to get there at some point right? That would be a great feature for me. Best, Jonathan

My codes use numba njit a lot to accelerate loops, and so accelerated operations on sparse tensors is only one side of the story for me. This is why being...

> What happens is that cfgrib sees only one file with inconsistent values for the dimension "step". > > The error is raised by cfgrib, change cfgrib to make it...

Oh I see, then I guess using a local definition is not possible with `to_grib` , right? Or is it possible?