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
dask-awkward
coffea
see also #113 and #164
__setitem__
events["pt_scale_up"] = 1.03
dak.ones_like(events.MET.pt)
np.random
dask.array
dask.array.random.uniform(size=(1000,), chunks=(250,))
dak.to_dask_array
dak.from_dask_array
np.random.normal
dak.map_partitions
AttributeError: 'float' object has no attribute 'ndim'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see also #113 and #164
__setitem__
for floats for things likeevents["pt_scale_up"] = 1.03
(instead of usingdak.ones_like(events.MET.pt)
)np.random
on dask-awkward arraysdask.array
(example:dask.array.random.uniform(size=(1000,), chunks=(250,))
,dak.to_dask_array
anddak.from_dask_array
np.random.normal
withindak.map_partitions
AttributeError: 'float' object has no attribute 'ndim'
) [FEATURE] Float weights for dask histograms scikit-hep/hist#493 -> done via feat: support float weight argument dask-contrib/dask-histogram#69The text was updated successfully, but these errors were encountered: