-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cmssw plots, add ttbar sample to valid, add multiparticlegun a…
…nd vbf to training (#330) * update cmssw plots, add ttbar sample to valid * update validation notebook * disable ray for now * update README [skip ci] * remove DQM part [skip ci]
- Loading branch information
Showing
14 changed files
with
599 additions
and
318 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import pickle | ||
import sys | ||
import bz2 | ||
|
||
try: | ||
data = pickle.load(bz2.BZ2File(sys.argv[1], "rb"), encoding="iso-8859-1") | ||
except Exception: | ||
print(sys.argv[1]) |
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.