From acf1fa1c605b8145bbc315d34c1e7e94d92f342d Mon Sep 17 00:00:00 2001 From: dmy Date: Tue, 3 Mar 2026 14:33:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=20h=5Farm=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BB=8E=20float=20=E6=94=B9=E4=B8=BA=20List[float]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 7aeda86..66a88c7 100644 --- a/core.py +++ b/core.py @@ -18,7 +18,7 @@ class Parameter: string_g_len: float gc_x: List[float] # 导、地线水平坐标 ground_angels: List[float] # 地面倾角,向下为正 - h_arm: float # 导、地线垂直坐标 + h_arm: List[float] # 导、地线垂直坐标 altitude: int # 海拔,单位米 max_i: float # 最大尝试电流,单位kA rated_voltage: float # 额定电压