fix: plotting_test

This commit is contained in:
mzwiessele 2019-07-22 16:31:38 +01:00
parent 59dae7df59
commit fbd43c4e9b
33 changed files with 36 additions and 84 deletions

View file

@ -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():