-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Fastpuppi v1 dask integration #8
base: fastpuppi_v1_dask
Are you sure you want to change the base?
Fastpuppi v1 dask integration #8
Conversation
be85d71
to
f272de1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the latest greates version?
@@ -73,5 +55,4 @@ def fill_2Dhist(hist, arrayX, arrayY, weights=None): | |||
hist.fill(flar_x, flar_y, threads=None) | |||
else: | |||
# ROOT.fill_2Dhist(hist=hist, arrayX=flar_x, arrayY=flar_y, weights=weights) | |||
hist.fill(flar_x, flar_y, weights) | |||
|
|||
hist.fill(flar_x, flar_y, weights) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing new-line at the end of file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what do you mean?
aliases=name_map, | ||
entry_start=self.file_entry, | ||
entry_stop=self.file_entry+entry_block) | ||
dask_akarray = NanoEventsFactory.from_root( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this still up to date? did you try avoiding the loopo over the files opening all of them at once moving the NanoEventsFactory
to the analyzer
module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it is up-to-date.
This is a PR to integrate dask functionality into ntuple-analysis.
Performance sheet: