Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/iris/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
try:
import matplotlib
matplotlib.use('agg')
matplotlib.rcdefaults()
import matplotlib.testing.compare as mcompare
import matplotlib.pyplot as plt
except ImportError:
Expand Down Expand Up @@ -874,7 +875,7 @@ def assertArrayShapeStats(self, result, shape, mean, std_dev, rtol=1e-6):
# At present, that includes not using "python setup.py test"
# The typically best way is like this :
# $ export IRIS_TEST_TIMINGS=1
# $ python -m unittest discover -s iris.tests
# $ python -m unittest discover -s iris.tests
# and commonly adding ...
# | grep "TIMING TEST" >iris_test_output.txt
#
Expand Down