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

Skip to content

Commit 055ad6e

Browse files
committed
MNT: Update test to match sequence registry.
1 parent ff584d7 commit 055ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ def test_color_sequences():
16341634
assert plt.color_sequences is matplotlib.color_sequences # same registry
16351635
assert list(plt.color_sequences) == [
16361636
'tab10', 'tab20', 'tab20b', 'tab20c', 'Pastel1', 'Pastel2', 'Paired',
1637-
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3']
1637+
'Accent', 'Dark2', 'Set1', 'Set2', 'Set3', 'petroff10']
16381638
assert len(plt.color_sequences['tab10']) == 10
16391639
assert len(plt.color_sequences['tab20']) == 20
16401640

0 commit comments

Comments
 (0)