Skip to content

Commit 6dc1a53

Browse files
committed
FIX Substractable nightmare scala/bug#10151
1 parent 781ba9b commit 6dc1a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spatial/src/main/com/thymeflow/location/cluster/TimeSequentialClusterEstimator.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ trait TimeSequentialClusterEstimator[OBSERVATION, SPACE, TIME, CLUSTER <: Cluste
6060
} else {
6161
clustersOutsideLookupBounds += candidateCluster
6262
}
63+
()
6364
}
6465
// if there are no clusters within lookup bounds, use the most recent candidate cluster (possibly very old) as only candidate.
6566
if (clustersWithinLookupBounds.isEmpty && candidateClusters.nonEmpty) {

0 commit comments

Comments
 (0)