working with online segmentation algos
--HG-- branch : sandbox
This commit is contained in:
@@ -285,7 +285,7 @@ class Main:
|
||||
|
||||
# create artists
|
||||
LOG.debug("Loading ticks...")
|
||||
self.xs, self.ys, self.vs = tdl(datetime.datetime(2009, 6, 25))
|
||||
self.xs, self.ys, self.vs = tdl(datetime.datetime(2009, 6, 29))
|
||||
LOG.debug("Ticks loaded.")
|
||||
lows, highs = find_lows_highs(self.xs, self.ys)
|
||||
|
||||
@@ -384,7 +384,6 @@ class Main:
|
||||
|
||||
def fib_low_high(self, n):
|
||||
tick = (n, self.xs[n], self.ys[n])
|
||||
redraw = False
|
||||
n, x, y = tick
|
||||
hin, hix, hiy = self.fibhi
|
||||
lon, lox, loy = self.fiblo
|
||||
|
||||
Reference in New Issue
Block a user