27bc32536565ec98772ce6f28ac783fac7b528a6,tests/test_yb_rcmod.py,TestAxesStyle,test_reset_defaults,#TestAxesStyle#,109

Before Change



        yb_rcmod.reset_defaults()
        self.assert_rc_params(mpl.rcParamsDefault)
        yb_rcmod.set()

    def test_reset_orig(self):

        // Changes to the rc parameters make this test hard to manage

After Change



        yb_rcmod.reset_defaults()
        self.assert_rc_params(mpl.rcParamsDefault)
        yb_rcmod.set_aesthetic()

    def test_reset_orig(self):

        // Changes to the rc parameters make this test hard to manage
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_reset_defaults


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_set_rc


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_reset_orig