Skip to content

Commit 5a7ef5b

Browse files
authored
Merge pull request #13 from openmc-data-storage/shimwell-patch-1
remove old code
2 parents 4952e77 + 8cfbd42 commit 5a7ef5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

make_index.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030

3131
for entry in data:
32-
# print(entry.keys())
33-
# input()
3432
new_entry = {}
3533
new_entry['id'] =i # id
3634
new_entry['element'] = entry['Atomic symbol']
@@ -81,4 +79,4 @@
8179
# "reaction": "damage-energy",
8280
# "MT": 444,
8381
# "temperature": "294K"
84-
# },
82+
# },

0 commit comments

Comments
 (0)