From 165e1c19e4a9455b25c7cfbbb728f7841601bfd8 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 14 Apr 2025 00:22:59 +0100 Subject: [PATCH] updating linear composite binding --- src/_py/panel.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_py/panel.rs b/src/_py/panel.rs index 493a933..575d8dd 100644 --- a/src/_py/panel.rs +++ b/src/_py/panel.rs @@ -68,7 +68,7 @@ pub fn get_period_indices_hv(dfw: PyDataFrame, est_freq: &str) -> PyResult, weights: Option>, signs: Option>, - weight_xcats: Option>, + weight_xcat: Option, normalize_weights: bool, start: Option, end: Option, @@ -101,7 +101,7 @@ pub fn linear_composite( cids, weights, signs, - weight_xcats, + weight_xcat, normalize_weights, start, end,