This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with Client() as client: # distributed Client scheduler | |
| # Run preprocess | |
| print("\nRunning preprocess...") | |
| dataset_runnable, dataset_updated = preprocess( | |
| fileset, | |
| maybe_step_size=50_000, | |
| align_clusters=False, | |
| files_per_batch=1, | |
| #skip_bad_files=True, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running necessary_columns... | |
| _ ._ __/__ _ _ _ _ _/_ Recorded: 07:32:07 Samples: 154011 | |
| /_//_/// /_\ / //_// / //_'/ // Duration: 164.460 CPU time: 164.503 | |
| / _/ v4.6.1 | |
| Program: run_wwz4l.py ../../input_samples/sample_jsons/test_samples/UL17_WWZJetsTo4L2Nu_forCI.json,../../input_samples/sample_jsons/test_samples/UL17_WWZJetsTo4L2Nu_forCI_extra.json -x iterative | |
| 164.462 <module> run_wwz4l.py:1 | |
| └─ 164.462 report_necessary_columns dask_awkward/lib/inspect.py:118 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # in a fresh conda environment, >= py3.8 | |
| conda install xrootd -c conda-forge | |
| pip install coffea xgboost mt2 | |
| git clone https://github.com/TopEFT/topcoffea.git -b coffea2023 | |
| pushd topcoffea | |
| pip install -e . | |
| popd | |
| git clone https://github.com/cmstas/ewkcoffea.git -b coffea2023 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # in a fresh conda environment, >= py3.8 | |
| conda install xrootd -c conda-forge | |
| # install dask-awkward@main, install dask-histogram from https://github.com/lgray/dask-histogram/tree/map_reduce_agg_hist_adds | |
| pip install coffea xgboost mt2 distributed==2024.2.0 dask==2024.2.0 | |
| git clone https://github.com/TopEFT/topcoffea.git -b coffea2023 | |
| pushd topcoffea | |
| pip install -e . | |
| popd |
OlderNewer