From a010f4b5591282f9f5ac226755903d2925af5ed9 Mon Sep 17 00:00:00 2001 From: Yvan Nollet Date: Tue, 14 Jun 2022 10:56:20 +0200 Subject: [PATCH] Fix return type --- src/ussa1976/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ussa1976/core.py b/src/ussa1976/core.py index 85528bc..42f6dc7 100644 --- a/src/ussa1976/core.py +++ b/src/ussa1976/core.py @@ -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)