Skip to content

Commit

Permalink
Fix the name of total_radiated_power() method in AtomicData.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnever committed Aug 8, 2023
1 parent d6e0280 commit 54e3176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherab/atomic/atomicdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def cx_radiated_power_rate(self, ion, charge):

return CXRadiationPower(ion, charge, data, extrapolate=self._permit_extrapolation)

def total_radiated_power_rate(self, ion):
def total_radiated_power(self, ion):
"""
Total radiated power coefficient in equilibrium conditions for a given species.
Expand Down

0 comments on commit 54e3176

Please sign in to comment.