Skip to content
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

Start move to dask histEFT #422

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
uncomment actual computation
  • Loading branch information
btovar committed Jul 9, 2024
commit fc55fcab39fc021dc275e707b689987d3bca9023
4 changes: 2 additions & 2 deletions analysis/topeft_run2/run_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ def LoadJsonToSampleName(jsonFile, prefix):
)

to_compute = {}
# for name, events_of_name in events.items():
# to_compute[name] = processor_instance.process(events_of_name)
for name, events_of_name in events.items():
to_compute[name] = processor_instance.process(events_of_name)

(output, ) = dask.compute(to_compute, **scheduler_opts)

Expand Down
Loading