Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7eadbf

Browse files
authored
Fixed indentation
1 parent 3e6a689 commit f7eadbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
import matplotlib.cbook as cbook
2222
import matplotlib.pyplot as plt
2323
from matplotlib.testing.decorators import image_comparison
24-
24+
25+
2526
def test_resample():
2627
"""
2728
Github issue #6025 pointed to incorrect ListedColormap._resample;
@@ -43,6 +44,7 @@ def test_resample():
4344
assert_array_almost_equal(lsc3([0, 0.5, 1]), expected)
4445
assert_array_almost_equal(lc3([0, 0.5, 1]), expected)
4546

47+
4648
def test_colormap_copy():
4749
cm = plt.cm.Reds
4850
cm([-1, 0, .5, np.nan, np.inf])

0 commit comments

Comments
 (0)