Skip to content

Commit

Permalink
Fix inconsistency between ureg and docstring in impurity_effects.py a…
Browse files Browse the repository at this point in the history
…nd radas.py
  • Loading branch information
allen-adastra authored and hassec committed Nov 20, 2023
1 parent db3ffda commit 9d7060b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cfspopcon/formulas/impurity_effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def calc_impurity_charge_state(
"""Calculate the impurity charge state of the specified impurity species.
Args:
average_electron_density: [1e19 m^-3] :term:`glossary link<average_electron_density>`
average_electron_temp: [keV] :term:`glossary link<average_electron_temp>`
average_electron_density: [m^-3] :term:`glossary link<average_electron_density>`
average_electron_temp: [eV] :term:`glossary link<average_electron_temp>`
impurity_species: [] :term:`glossary link<impurity_species>`
atomic_data: :term:`glossary link<atomic_data>`
Expand Down
4 changes: 2 additions & 2 deletions cfspopcon/formulas/radiated_power/radas.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def calc_impurity_radiated_power_radas(
Args:
rho: [~] :term:`glossary link<rho>`
electron_temp_profile: [keV] :term:`glossary link<electron_temp_profile>`
electron_density_profile: [1e19 m^-3] :term:`glossary link<electron_density_profile>`
electron_temp_profile: [eV] :term:`glossary link<electron_temp_profile>`
electron_density_profile: [m^-3] :term:`glossary link<electron_density_profile>`
impurity_species: [] :term:`glossary link<impurity_species>`
impurity_concentration: [~] :term:`glossary link<impurity_concentration>`
plasma_volume: [m^3] :term:`glossary link<plasma_volume>`
Expand Down

0 comments on commit 9d7060b

Please sign in to comment.