Skip to content

Commit

Permalink
Merge pull request #1158 from NelleV/FIX_tests
Browse files Browse the repository at this point in the history
FIX - typo in lib/matplotlib/testing/compare.py
  • Loading branch information
WeatherGod committed Aug 28, 2012
2 parents 9892758 + 7d737fa commit 1d3faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/testing/compare.py
Expand Up @@ -302,7 +302,7 @@ def compare_images( expected, actual, tol, in_decorator=False ):
rms += np.sum(np.power((h1h-h2h), 2))
else:
rms = 0
ns = np.arange(257)
bins = np.arange(257)

for i in xrange(0, 3):
h1p = expectedImage[:,:,i]
Expand Down

0 comments on commit 1d3faee

Please sign in to comment.