Skip to content

Commit

Permalink
- Moved 'atomic_number2element_symbol' import inside the parse_specie…
Browse files Browse the repository at this point in the history
…es_list function in `tardis/io/util.py`
  • Loading branch information
rudrakshnalbalwar committed Nov 2, 2024
1 parent a265f30 commit f3b31dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tardis/io/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def parse_species_list(sdec_plotter, data, species_list, packets_mode, nelements
If species list contains invalid entries.
"""
from tardis.util.base import atomic_number2element_symbol
sdec_plotter.parse_species_list(species_list)
_species_list = sdec_plotter._species_list
_species_mapped = sdec_plotter._species_mapped
Expand Down

0 comments on commit f3b31dd

Please sign in to comment.