Alexander Held
Alexander Held
Hi, just to cross-reference things: this might be the same generic issue we had regarding reading PHYSLITE files that can be circumvented with a feature in `coffea` to drop unreadable...
> Oh!!! Maybe the Dask worker has an outdated version of Uproot? Maybe that's why you see different errors when running eagerly or lazily, because it's running different versions of...
It seems that the EOS link in my previous comment still needs some permissions to work, here is another way to access the file over cernbox that should work correctly:...
Thanks for getting this started and sorry for the slow feedback! I would like to keep `custom_fit` around for `fit.fit()` (fine to remove from `ranking` and `scan`) as it is...
Hi @MarcelHoh, no worries! Feel free to get back to this when you have time, I don't think it is going to collide with anything in the short term.
Slightly related: stat-only normalization factor uncertainties (standalone) at https://gist.github.com/alexander-held/49ff2fbe4a7440effdb1fea0847bca5e.
Example for how to do string conversion to slices useable for rebinning: ```python import re from typing import Optional, Union import hist def _str_to_bound(string: str) -> Optional[Union[int, complex]]: """Convert a...
This will require a different approach to handle remote workers without access to a shared filesystem. To handle this, histograms would have to be passed back and saved at the...
A few more thoughts on this: general: - use cases for `RegionPath` overrides are unclear to me ntuple inputs: - `RegionPath` / `SamplePath` overrides are already supported - the `Tree`...
As of 5ed199a, functions returning a single figure cause them to be rendered twice when called as the last line in a notebook cell. The reason is the following I...