mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Remove debug print statement
This commit is contained in:
parent
b9e12c8f87
commit
0535d7d3a8
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class Plot:
|
||||||
if len(data) == 0:
|
if len(data) == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
print((np.min(data), np.max(data)))
|
|
||||||
nlines = self.width // 4
|
nlines = self.width // 4
|
||||||
data = np.mean(
|
data = np.mean(
|
||||||
np.reshape(data[: len(data) // nlines * nlines], (-1, len(data) // nlines)),
|
np.reshape(data[: len(data) // nlines * nlines], (-1, len(data) // nlines)),
|
||||||
|
|
Loading…
Reference in a new issue