Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nollety committed Jun 14, 2022
1 parent 61b2a9f commit a010f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ussa1976/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ def thermal_diffusion_coefficient(
Returns
-------
quantity
array
Thermal diffusion coefficient [m^2 / s].
"""
k = (a / background) * np.power(temperature / 273.15, b)
Expand Down

0 comments on commit a010f4b

Please sign in to comment.