Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrakshnalbalwar committed Oct 2, 2024
1 parent c7d0f59 commit 493380f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/io/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def parse_species_list(self, species_list, packets_mode, nelements=None):
If species list contains invalid entries.
"""
self.sdec_plotter._parse_species_list(species_list)
self.sdec_plotter.parse_species_list(species_list)
self._species_list = self.sdec_plotter._species_list
self._species_mapped = self.sdec_plotter._species_mapped
self._keep_colour = self.sdec_plotter._keep_colour
Expand All @@ -179,7 +179,7 @@ def parse_species_list(self, species_list, packets_mode, nelements=None):
atomic_number2element_symbol(element)
for element in top_elements
]
self._parse_species_list(top_species_list, packets_mode)
self.parse_species_list(top_species_list, packets_mode)


def traverse_configs(base, other, func, *args):
Expand Down

0 comments on commit 493380f

Please sign in to comment.