Skip to content

Commit 3606c67

Browse files
zlmarshalltiborsimko
authored andcommitted
fix(atlas-2024-odfr-hi): update dates to 2015 only
Update date created and run period metadata, as these data are from 2015 only.
1 parent e896446 commit 3606c67

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

atlas-2024-odfr-hi/mk_hi_json.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,11 @@
138138
# Name of the collections, systematically set
139139
my_json['collections'] = ['ATLAS-Simulated-Datasets' if 'mc_' in adataset else 'ATLAS-Primary-Datasets']
140140
# data-taking year during which the collision data or for which the simulated data, software and other assets were produced
141+
my_json['date_created'] = ['2015']
142+
my_json['run_period'] = ['2015']
141143
if 'data' in adataset:
142-
my_json['date_created'] = [adataset.split('_')[1]]
143-
my_json['run_period'] = [adataset.split('_')[1]]
144144
my_json['type']['secondary'] = ['Collision']
145145
else:
146-
my_json['date_created'] = ['2015','2016']
147-
my_json['run_period'] = ['2015','2016']
148146
my_json['type']['secondary'] = ['Simulated']
149147
# Add categories, mostly for MC datasets
150148
my_json['categories'] = dataset_files[adataset]['categories']

0 commit comments

Comments
 (0)