Skip to content
GitLab
Menu
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
Show whitespace changes
Inline
Side-by-side
src/baraddur/server.py
View file @
25624374
...
...
@@ -186,7 +186,6 @@ class SmoothColumnDataSource(ColumnDataSource):
else
:
arr
=
ndimage
.
gaussian_filter1d
(
arr
,
**
self
.
_gaussian_kw
)
data
[
key
]
=
arr
print
data
ColumnDataSource
.
stream
(
self
,
data
,
**
kwargs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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