We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a dask_awkward array of particle flow candidates that gives an error when I try to run jet clustering using fastjet. A minimal example is here: https://github.com/jennetd/hbb-run3/blob/master/data-mc/MinimalExample.ipynb
I am using the newly created image coffeateam/coffea-dask-almalinux8:latest, which includes the following:
>>> fastjet.__version__ '3.4.1.3' >>> awkward.__version__ '2.6.4' >>> dask_awkward.__version__ '2024.3.0'
Please let me know if you have any insights, or if I can provide any more information.
Jennet
The text was updated successfully, but these errors were encountered:
I think this error is resulting from the behavior on arrays containing Nones
Sorry, something went wrong.
Can you ak.drop_none and it suddenly works?
ak.drop_none
Not exactly. If I flatten the pf candidates it works. I updated the minimal example to show this
No branches or pull requests
I have a dask_awkward array of particle flow candidates that gives an error when I try to run jet clustering using fastjet. A minimal example is here:
https://github.com/jennetd/hbb-run3/blob/master/data-mc/MinimalExample.ipynb
I am using the newly created image coffeateam/coffea-dask-almalinux8:latest, which includes the following:
Please let me know if you have any insights, or if I can provide any more information.
Jennet
The text was updated successfully, but these errors were encountered: