lmdk_bgt.discount: We need at least 2 things

This commit is contained in:
Manos Katsomallos 2021-07-26 18:14:48 +03:00
parent 8db5adaf48
commit f44ec6d9cd

View File

@ -446,7 +446,7 @@ def discount(seq, lmdks, epsilon):
samp_rt = .5
for i, p in enumerate(seq):
# Adjust the sampling rate
if len(lmdks):
if len(lmdks) > 1:
samp_rt = datetime.fromtimestamp(int(lmdks[lmdk_cur][3]))/datetime.fromtimestamp(int(lmdks[len(lmdks) - 1][3]))
# Check if current point is a landmark
if lmdk_lib.is_landmark(p, lmdks):