Skip to content

Commit 3341021

Browse files
committed
commented out seterr in npy -- ma looks broken here
svn path=/trunk/matplotlib/; revision=5915
1 parent 6fe3666 commit 3341021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pylab_examples/geo_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
np.seterr("raise")
2+
#np.seterr("raise")
33

44
from pylab import *
55

unit/memleak_hawaii3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os, sys, time, gc
44
import matplotlib
5-
matplotlib.use('Agg')
5+
matplotlib.use('PDF')
66

77
from matplotlib.cbook import report_memory
88
import numpy as np

0 commit comments

Comments
 (0)