Skip to content

Commit

Permalink
Cleaning and Improving database
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Oct 25, 2023
1 parent 7bd3372 commit 2f8f2c5
Show file tree
Hide file tree
Showing 61 changed files with 181 additions and 24,127 deletions.
5 changes: 3 additions & 2 deletions machine_learning_hep/analysis/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ def __init__(self, datap, case, typean, period):

# The only thing here is to dump the database in the data analysis directory
for mcordata in ("mc", "data"):
results_dir = datap["analysis"][typean][mcordata]["results"][period] \
if period is not None else datap["analysis"][typean][mcordata]["resultsallp"]
prefix_dir = datap["multi"][mcordata].get("prefix_dir", "")
results_dir = prefix_dir + datap["analysis"][typean][mcordata]["results"][period] \
if period is not None else prefix_dir + datap["analysis"][typean][mcordata]["resultsallp"]
if not exists(results_dir):
# create otput directories in case they do not exist
makedirs(results_dir)
Expand Down
561 changes: 0 additions & 561 deletions machine_learning_hep/data/data_Dspp/database_ml_parameters_Dspp.yml

This file was deleted.

This file was deleted.

This file was deleted.

285 changes: 0 additions & 285 deletions machine_learning_hep/data/data_ITS3/database_ml_parameters_LbITS2.yml

This file was deleted.

Loading

0 comments on commit 2f8f2c5

Please sign in to comment.