mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
remove deprecated parameter
This commit is contained in:
parent
ec20f9ed3a
commit
04a9d9d994
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ from nose import SkipTest
|
|||
|
||||
try:
|
||||
import matplotlib
|
||||
matplotlib.use('agg', warn=False)
|
||||
matplotlib.use('agg')
|
||||
except ImportError:
|
||||
# matplotlib not installed
|
||||
from nose import SkipTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue