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 9964e8e commit 5cd5b29Copy full SHA for 5cd5b29
1 file changed
lib/matplotlib/tests/test_rcparams.py
@@ -457,7 +457,7 @@ def test_if_rctemplate_is_up_to_date():
457
def test_if_rctemplate_would_be_valid(tmpdir):
458
# This tests if the matplotlibrc.template file would result in a valid
459
# rc file if all lines are uncommented.
460
- path_to_rc = "matplotlibrc.txt" #mpl.matplotlib_fname() #
+ path_to_rc = mpl.matplotlib_fname()
461
with open(path_to_rc, "r") as f:
462
rclines = f.readlines()
463
newlines = []
0 commit comments