Skip to content

Commit

Permalink
Add comment regarding temperature "fix" for ChiantiPy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Sep 10, 2024
1 parent 8d53b89 commit ea11a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carsus/io/chianti_/chianti_.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class ChiantiIonReader(object):

def __init__(self, ion_name):

# dummy temperature to avoid bug in ChiantiPy https://github.com/chianti-atomic/ChiantiPy/issues/466
self.ion = ch.ion(ion_name, temperature=1)
self._levels = None
self._lines = None
Expand Down

0 comments on commit ea11a98

Please sign in to comment.