mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +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:
|
try:
|
||||||
import matplotlib
|
import matplotlib
|
||||||
matplotlib.use('agg', warn=False)
|
matplotlib.use('agg')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# matplotlib not installed
|
# matplotlib not installed
|
||||||
from nose import SkipTest
|
from nose import SkipTest
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import matplotlib
|
import matplotlib
|
||||||
matplotlib.use('agg', warn=False)
|
matplotlib.use('agg')
|
||||||
|
|
||||||
import nose, warnings
|
import nose, warnings
|
||||||
with warnings.catch_warnings():
|
with warnings.catch_warnings():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue