Skip to content

Commit

Permalink
test_colors: comment out diagnostic print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
efiring committed Aug 16, 2012
1 parent 988b328 commit 421a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_colors.py
Expand Up @@ -20,7 +20,7 @@ def test_colormap_endian():
for dt in ["f2", "f4", "f8"]:
anative = np.array(a, dtype=dt)
aforeign = anative.byteswap().newbyteorder()
print(anative.dtype.isnative, aforeign.dtype.isnative)
#print(anative.dtype.isnative, aforeign.dtype.isnative)
assert_array_equal(cmap(anative), cmap(aforeign))


0 comments on commit 421a765

Please sign in to comment.