mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 14:56:24 +02:00
remove deprecated parameter
This commit is contained in:
parent
ec20f9ed3a
commit
04a9d9d994
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#!/usr/bin/env python
|
||||
import matplotlib
|
||||
matplotlib.use('agg', warn=False)
|
||||
matplotlib.use('agg')
|
||||
|
||||
import nose, warnings
|
||||
with warnings.catch_warnings():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue