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

Skip to content

Commit a67b9d0

Browse files
Update test_rcparams.py
1 parent e93c66a commit a67b9d0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/tests/test_rcparams.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ def test_if_rctemplate_is_up_to_date():
452452
raise ValueError("The following params are missing " +
453453
"in the matplotlibrc.template file: {}"
454454
.format(missing.items()))
455-
assert False
456455

457456

458457
def test_if_rctemplate_would_be_valid():
@@ -486,4 +485,3 @@ def test_if_rctemplate_would_be_valid():
486485
#d1 = set(dic.keys())
487486
#d2 = set(matplotlib.defaultParams.keys())
488487
#print(d2-d1)
489-
assert False

0 commit comments

Comments
 (0)