Skip to content

Commit a61abd2

Browse files
committed
changes suggested by @achiefa
1 parent 1e3083a commit a61abd2

File tree

3 files changed

+636
-636
lines changed

3 files changed

+636
-636
lines changed

nnpdf_data/nnpdf_data/commondata/CMS_1JET_7TEV/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_table(table_no: int):
3939
y_dict = {'y': {'min': ymin, 'mid': ymid, 'max': ymax}}
4040
sqrts_dict = {'sqrts': {'min': None, 'mid': sqrts_val, 'max': None}}
4141
pT_dict = {'pT': {'min': ptbin['low'], 'mid': (ptbin['low']+ptbin['high'])/2, 'max': ptbin['high']}}
42-
bins_in_table.append(y_dict | sqrts_dict | pT_dict)
42+
bins_in_table.append(y_dict | pT_dict | sqrts_dict)
4343

4444
# read the central values and the uncertainties
4545
central_values = list()

0 commit comments

Comments
 (0)