mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 05:46:24 +02:00
Removed ImageComparisonFailure #575
ImageComparisonFailure no longer exists which causes issues with travis testing using the most recent matplotlib
This commit is contained in:
parent
328f29a6f0
commit
88d4a46b67
1 changed files with 1 additions and 3 deletions
|
|
@ -68,10 +68,8 @@ if config.get('plotting', 'library') != 'matplotlib':
|
|||
try:
|
||||
from matplotlib import cbook, pyplot as plt
|
||||
from matplotlib.testing.compare import compare_images
|
||||
from matplotlib.testing.noseclasses import ImageComparisonFailure
|
||||
except ImportError:
|
||||
raise
|
||||
# raise SkipTest("Matplotlib not installed, not testing plots")
|
||||
raise SkipTest("Matplotlib not installed, not testing plots")
|
||||
|
||||
extensions = ['npz']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue