Skip to content
Snippets Groups Projects
Commit fa586880 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed evaluate script to run on travis

parent 2fe816fa
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ import numpy, math ...@@ -29,7 +29,7 @@ import numpy, math
import os import os
# matplotlib stuff # matplotlib stuff
import matplotlib import matplotlib; matplotlib.use('pdf') #avoids TkInter threaded start
from matplotlib import pyplot from matplotlib import pyplot
from matplotlib.backends.backend_pdf import PdfPages from matplotlib.backends.backend_pdf import PdfPages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment