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
Yori Fournier
myplotlib
Commits
fdbdd6f2
Commit
fdbdd6f2
authored
Feb 07, 2018
by
Yori Fournier
Browse files
Corrected the line requiring the display in the test script.
parent
f2ec4a0d
Pipeline
#422
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/localhost/import_test.py
View file @
fdbdd6f2
...
...
@@ -9,4 +9,4 @@ from figTest import FigTest
data
=
readStupidData
()
fig
=
FigTest
((
data
,))
win
=
mpl
.
MyWin
(
fig
)
#
win = mpl.MyWin(fig)
# requires a DISPLAY not yet available with the current runner (Jochen works one it).
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