mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 13:56:23 +02:00
fix: plotting_test
This commit is contained in:
parent
59dae7df59
commit
fbd43c4e9b
33 changed files with 36 additions and 84 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#!/usr/bin/env python
|
||||
import matplotlib
|
||||
matplotlib.use('agg')
|
||||
matplotlib.use('agg', warn=False)
|
||||
|
||||
import nose, warnings
|
||||
with warnings.catch_warnings():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue