Changes made in September 2025 #22

Merged
tomekbalawajder merged 11 commits from Sept2025 into master 2025-09-29 11:34:03 +02:00
Showing only changes of commit 63351ceb10 - Show all commits

View File

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