Skip to content

Commit b10552c

Browse files
committed
Fixed TravisCI fails in live_monitoring.py
1 parent 7dde879 commit b10552c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pylearn2/train_extensions/live_monitoring.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,7 @@ def follow_channels(self, channel_list):
391391
def follow_channels_qt(self, channel_list):
392392
"""
393393
Tracks and plots a specified set of channels in real time using
394-
a PySide Qt GUI. If the plot is closed, it can be reopened by
395-
calling lm.gui.start() (where lm is the instance of LiveMonitor)
396-
or new channels can be specified by calling this method again.
397-
398-
Alternative to the follow_channels method which avoids relying
399-
on matplotlib's interactive mode, which may not work for some
400-
setups.
394+
a PySide Qt GUI.
401395
402396
Parameters
403397
----------

0 commit comments

Comments
 (0)