fix weighting option selection
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user