From 7c5dc526e0e1d78e3472c159600bbd5ebf9a54af Mon Sep 17 00:00:00 2001 From: JIANG Date: Thu, 18 Dec 2025 18:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- timescaledb/composite_queries.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/timescaledb/composite_queries.py b/timescaledb/composite_queries.py index a102f48..907be83 100644 --- a/timescaledb/composite_queries.py +++ b/timescaledb/composite_queries.py @@ -591,14 +591,9 @@ class CompositeQueries: results.append( { "link_id": link_id, - "diameter": diameters[i], - "velocity": velocities[i], - "pressure": pressures[i], "survival_function": { "x": sf.x.tolist(), # 时间点(年) "y": sf.y.tolist(), # 生存概率 - "a": float(sf.a), - "b": float(sf.b), }, } )