fix weighting option selection

This commit is contained in:
2025-09-09 11:03:05 +02:00
parent 65759b86f1
commit 63351ceb10

View File

@@ -252,7 +252,7 @@ verbose: {verbose}")
# %% compute KDE and extract PDF
start = timer()
if xy_win_method == "TW":
if xy_win_method:
logger.info("Time weighting function selected")
x_weights = np.linspace(0, 15, len(t_windowed))