Skip to content

Commit

Permalink
fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik11135 committed Jan 10, 2025
1 parent f8bda02 commit ea59b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tardis/plasma/assembly/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ def prepare_factory(

self.setup_helium_treatment()

if len(self.continuum_interaction_species) > 0:
self.setup_continuum_interactions()


def setup_helium_treatment(self):
"""
Expand Down

0 comments on commit ea59b0b

Please sign in to comment.