Skip to content

Commit

Permalink
Update readtanakajpltdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 18, 2024
1 parent 9b1914e commit 68861b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/readtanakajpltdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def read_levels_and_transitions(atomic_number, ion_stage, flog):
names=["upperlevel", "lowerlevel", "wavelength", "g_u_times_A", "log(g_l*f)"],
dtype_backend="pyarrow",
)
)
).with_columns(pl.col("g_u_times_A").cast(pl.Float64), pl.col("wavelength").cast(pl.Float64))

transition_count_of_level_name = defaultdict(int)

Expand Down

0 comments on commit 68861b2

Please sign in to comment.