Skip to content

Commit

Permalink
Fixed an error in _thermalcx_adf15_2dto3d_converter.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnever committed Jan 26, 2023
1 parent 4a6807f commit 520abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherab/openadas/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,6 @@ def _thermalcx_adf15_2dto3d_converter(rates):
'te': rate['te'],
'td': np.array([0.01, 10000]),
'rate': data}
new_rates[hydrogen][0][element][charge][transition] = new_rate
new_rates[hydrogen][0][element][charge + 1][transition] = new_rate

return new_rates

0 comments on commit 520abd0

Please sign in to comment.