Skip to content

Commit 7d737fa

Browse files
committed
FIX - typo in lib/matplotlib/testing/compare.py
1 parent 9892758 commit 7d737fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def compare_images( expected, actual, tol, in_decorator=False ):
302302
rms += np.sum(np.power((h1h-h2h), 2))
303303
else:
304304
rms = 0
305-
ns = np.arange(257)
305+
bins = np.arange(257)
306306

307307
for i in xrange(0, 3):
308308
h1p = expectedImage[:,:,i]

0 commit comments

Comments
 (0)