-
Notifications
You must be signed in to change notification settings - Fork 3
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
[WIP] Coffea2023 #14
Open
kmohrman
wants to merge
50
commits into
main
Choose a base branch
from
coffea2023
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Coffea2023 #14
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
af6cde6
First updates for coffea2023
kmohrman 37c42eb
More coffea 2023
kmohrman ca7de05
Do not need columns thing here
kmohrman 747630d
Pass dict of samples to processor
kmohrman ce8d019
Do not loop over datasets in processor
kmohrman de47ff1
We pass the info for each json one at a time again
kmohrman e20d047
Update ele id xgb for coffea 2023
kmohrman a0e0937
Update mu xgb stuff too
kmohrman 4b643d2
Reorganize xgb to factor out common part
kmohrman f1875f7
Uncomment lep ID and SFs
kmohrman 40c5087
Make flake8 happy
kmohrman 70d45f2
Need dask in conda env?
kmohrman 3b894de
Dont need dak in processor
kmohrman f1fedb8
Ahh dont pin coffea version
kmohrman 2573205
For now need coffea2023 branch of topcoffea
kmohrman 9a7f7d3
Clean up
kmohrman 2cfacfb
Enable sr bdt evaluation
kmohrman 6d28fd1
Dont need xgb import
kmohrman 5f6bdb2
Dont need np here
kmohrman f94e217
clean up run script
kmohrman e752129
In progress updates for scaling up
kmohrman d056850
Updates for distributed client
kmohrman 0952ffc
Clean up run script a bit
kmohrman d8765cd
Tmp add run script and json for reproducing error
kmohrman 192056a
Tmp make distributed client default in run script
kmohrman 75ccf8b
Updates to run script
kmohrman 4b70f10
Workaround from Lindsey to avoid overtouching
kmohrman b5411a0
No longer need workaround for None arrays, see ak issue 2768
kmohrman 362a472
UAF 10 not working so switch to 8
kmohrman 3be1cd9
Temp un-fix overtouching workaround
kmohrman a4a1856
Use events.nom for data for now, as weights object seems now to be No…
kmohrman 1086d26
Remove this root file, it seems to be empty and causes error: files' …
kmohrman bdb9bd5
Add fsspec-xrootd to env file
kmohrman 27da35d
Do not need to skip empty file anymore
kmohrman f8b185f
Merge remote-tracking branch 'origin/main' into coffea2023_systs
kmohrman b54550d
Deepcopy causes crash, probably dont even need copy.copy here
kmohrman 25db1e1
Merge pull request #18 from cmstas/coffea2023_systs
kmohrman bcbfcdb
Fix weights for data
kmohrman 26a0bb7
Try out parallelize_with_dask, temporary add exit after build task graph
kmohrman acbfc57
Clean up run script
kmohrman fc03300
Remove some old WQ stuff
kmohrman 8920081
Using cache for masks
kmohrman 43ae6b0
Remove unused import to make flake8 happy
kmohrman 6d541cc
Adding jsons for hpg sample
kmohrman 7f4cac4
Adding option to run with TaskVine
kmohrman 0ed3830
Fix CI
kmohrman 817f592
Fix some missing and duplicates, and add cfgs for the local jsons
kmohrman d3853cb
Update chunk size and just comment out the weird edge case problem fi…
kmohrman f91672e
Update README.md
kmohrman 63abb06
Comment out samples for consistency, add run script
kmohrman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
can you ... unfix... this for now - some other people are looking that the over touching issue in your code in-situ :-)
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.
Unfixed : )