Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit a010f4b

Browse files
committed
Fix return type
1 parent 61b2a9f commit a010f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ussa1976/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def thermal_diffusion_coefficient(
855855
856856
Returns
857857
-------
858-
quantity
858+
array
859859
Thermal diffusion coefficient [m^2 / s].
860860
"""
861861
k = (a / background) * np.power(temperature / 273.15, b)

0 commit comments

Comments
 (0)