7484e560c64a0505d10512feaa999a1d960f07fc,lib/matplotlib/tests/test_colors.py,,test_DivergingNorm_VminGTVcenter,#,292

Before Change



def test_DivergingNorm_VminGTVcenter():
    with pytest.raises(ValueError):
        norm = mcolors.DivergingNorm(vmin=10, vcenter=0, vmax=20)


def test_DivergingNorm_DivergingNorm_VminGTVmax():
    with pytest.raises(ValueError):

After Change



def test_DivergingNorm_VminGTVcenter():
    with pytest.raises(ValueError):
        mcolors.DivergingNorm(vmin=10, vcenter=0, vmax=20)


def test_DivergingNorm_DivergingNorm_VminGTVmax():
    with pytest.raises(ValueError):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: matplotlib/matplotlib
Commit Name: 7484e560c64a0505d10512feaa999a1d960f07fc
Time: 2019-04-17
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_colors.py
Class Name:
Method Name: test_DivergingNorm_VminGTVcenter


Project Name: matplotlib/matplotlib
Commit Name: 7484e560c64a0505d10512feaa999a1d960f07fc
Time: 2019-04-17
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_colors.py
Class Name:
Method Name: test_DivergingNorm_VmaxEqualsVcenter


Project Name: matplotlib/matplotlib
Commit Name: 7484e560c64a0505d10512feaa999a1d960f07fc
Time: 2019-04-17
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_colors.py
Class Name:
Method Name: test_DivergingNorm_DivergingNorm_VminGTVmax


Project Name: matplotlib/matplotlib
Commit Name: 7484e560c64a0505d10512feaa999a1d960f07fc
Time: 2019-04-17
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_colors.py
Class Name:
Method Name: test_DivergingNorm_VminEqualsVcenter


Project Name: matplotlib/matplotlib
Commit Name: 7484e560c64a0505d10512feaa999a1d960f07fc
Time: 2019-04-17
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_colors.py
Class Name:
Method Name: test_DivergingNorm_VcenterGTVmax