Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
25624374
Commit
25624374
authored
Mar 06, 2017
by
Marius Isken
Browse files
wip
parent
331ef20a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/baraddur/server.py
View file @
25624374
...
@@ -186,7 +186,6 @@ class SmoothColumnDataSource(ColumnDataSource):
...
@@ -186,7 +186,6 @@ class SmoothColumnDataSource(ColumnDataSource):
else
:
else
:
arr
=
ndimage
.
gaussian_filter1d
(
arr
,
**
self
.
_gaussian_kw
)
arr
=
ndimage
.
gaussian_filter1d
(
arr
,
**
self
.
_gaussian_kw
)
data
[
key
]
=
arr
data
[
key
]
=
arr
print
data
ColumnDataSource
.
stream
(
self
,
data
,
**
kwargs
)
ColumnDataSource
.
stream
(
self
,
data
,
**
kwargs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment