Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b3f32 commit e93c66aCopy full SHA for e93c66a
1 file changed
lib/matplotlib/tests/test_rcparams.py
@@ -452,6 +452,7 @@ def test_if_rctemplate_is_up_to_date():
452
raise ValueError("The following params are missing " +
453
"in the matplotlibrc.template file: {}"
454
.format(missing.items()))
455
+ assert False
456
457
458
def test_if_rctemplate_would_be_valid():
@@ -485,3 +486,4 @@ def test_if_rctemplate_would_be_valid():
485
486
#d1 = set(dic.keys())
487
#d2 = set(matplotlib.defaultParams.keys())
488
#print(d2-d1)
489
0 commit comments