Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3341021

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

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎examples/pylab_examples/geo_demo.py‎

Copy file name to clipboardExpand all lines: examples/pylab_examples/geo_demo.py
+1-1Lines 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

Collapse file

‎unit/memleak_hawaii3.py‎

Copy file name to clipboardExpand all lines: unit/memleak_hawaii3.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.