Skip to content

Commit

Permalink
Update readmonsdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ccollins22 committed Nov 13, 2024
1 parent 1bfc6f3 commit 754ef5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artisatomic/readmonsdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def read_levels_and_transitions(atomic_number, ion_stage, flog):
A=A,
coll_str=-1,
)
# for A, lower, upper in zip(A_ul, lowerlevels, upperlevels, strict=False)
for A, lower, upper in df_transitions[["A_ul", "lowerlevels", "upperlevels"]].to_numpy()
]

Expand Down

0 comments on commit 754ef5c

Please sign in to comment.