Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
7fd57ac5
Commit
7fd57ac5
authored
Apr 24, 2018
by
André Anjos
💬
Browse files
Remove comment
parent
481dcb7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_plotter.py
View file @
7fd57ac5
...
...
@@ -91,7 +91,6 @@ def test_plot_png():
def
test_plot_jpeg
():
# disabled test: matplotlib on 'defaults' is not compiled against libjpeg
fig
=
do_plot
(
'image/jpeg'
)
nose
.
tools
.
eq_
(
imghdr
.
what
(
'test.jpg'
,
fig
),
'jpeg'
)
#with open('test.jpg', 'wb') as f: f.write(fig)
...
...
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