Skip to content

Commit

Permalink
Workaround for ChiantiPy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Sep 9, 2024
1 parent 86a2a42 commit efd70d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carsus/io/chianti_/chianti_.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class ChiantiIonReader(object):

def __init__(self, ion_name):

self.ion = ch.ion(ion_name)
self.ion = ch.ion(ion_name, temperature=1)
self._levels = None
self._lines = None
self._collisions = None
Expand Down

0 comments on commit efd70d6

Please sign in to comment.