Ianna Osborne
Ianna Osborne
fixed in https://github.com/scikit-hep/ragged/pull/60
@ohrechykha - looks good! There are two more issues left. You can check them by clicking on "Details". One is the lower bound testing (issue #61). It should be fixed...
> I'm unsure what's wrong: the idea was that defining _wrapper in floor and ceil functions is unnecessary (because I defined it in ceil but forgot to add it to...
@jpivarski and @ohrechykha - it looks like Numpy 2.1.0 went back to return the same `dtype` as its elements `dtype`.
@jpivarski - Please, review when you have time. Thanks!
@pfackeldey - what is the plan for this PR? thanks!
> Hi, I just found this while wondering how to use / demonstrate virtual arrays without `coffea` and was surprised to not see it in a high-level API in `uproot`...
> @pfackeldey - thanks! Looks good to me. Please merge it if you’re done with it. Thanks Oh, it’s still in a draft mode 😅
Hi @zlmarshall . Thanks for reporting it! Indeed, the error message is not very helpful. I've added a `cleanup` label to indicate that it something that should be handled better....
Thanks for submitting the issue! It's definitely a bug. I can reproduce it. I assume the expected behavior is as from Numpy's `average`. Here is a Numpy reproducer using [numpy.average](https://numpy.org/doc/stable/reference/generated/numpy.average.html):...