Skip to content

Commit

Permalink
Added PhysicsTools/PyTorch and new category for ML tools (#2121)
Browse files Browse the repository at this point in the history
* Added PhysicsTools/PyTorch

* Added Valsecchi and McCormark as CMSSW_L2 for ml category

* black formatting

---------

Co-authored-by: valsdav <dvalsecc@phys.ethz.ch>
  • Loading branch information
valsdav and valsdav authored Dec 8, 2023
1 parent b5c3769 commit 1970e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@
# PPD
"malbouis": ["ppd"],
"jordan-martins": ["ppd"],
# ML
"valsdav": ["ml"],
"wpmccormack": ["ml"],
}

# All CMS_SDT members can sign externals ( e.g Pull Requests in cms-sw/cmsdist , cms-data and cms-externals
Expand Down
11 changes: 7 additions & 4 deletions categories_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@
"PhysicsTools/JetMCAlgos",
"PhysicsTools/JetMCUtils",
"PhysicsTools/KinFitter",
"PhysicsTools/MVAComputer",
"PhysicsTools/MVATrainer",
"PhysicsTools/ParallelAnalysis",
"PhysicsTools/PatExamples",
"PhysicsTools/PythonAnalysis",
Expand Down Expand Up @@ -1197,11 +1195,9 @@
"MagneticField/VolumeGeometry",
"PhysicsTools/MXNet",
"PhysicsTools/IsolationAlgos",
"PhysicsTools/ONNXRuntime",
"PhysicsTools/PatAlgos",
"PhysicsTools/PatUtils",
"PhysicsTools/SelectorUtils",
"PhysicsTools/TensorFlow",
"RecoBTag/BTagTools",
"RecoBTag/CTagging",
"RecoBTag/Combined",
Expand Down Expand Up @@ -1741,6 +1737,13 @@
"PhysicsTools/PatUtils",
"PhysicsTools/Scouting",
],
"ml": [
"PhysicsTools/PyTorch",
"PhysicsTools/TensorFlow",
"PhysicsTools/ONNXRuntime",
"PhysicsTools/MVAComputer",
"PhysicsTools/MVATrainer",
],
}

# Just like CMSSW_CATEGORIES but it creates non-blocking (no signature needed) github labels
Expand Down

0 comments on commit 1970e3c

Please sign in to comment.