f23860d03444cac65e1f718749b2e7cd070565e5,lib/matplotlib/contour.py,QuadContourSet,_contour_args,#QuadContourSet#Any#Any#,1415

Before Change


        self.zmin = float(z.min())
        if self.logscale and self.zmin <= 0:
            z = ma.masked_where(z <= 0, z)
            cbook._warn_external("Log scale: values of z <= 0 have been "
                                 "masked")
            self.zmin = float(z.min())
        self._process_contour_level_args(args)
        return (x, y, z)

After Change


        self.zmin = float(z.min())
        if self.logscale and self.zmin <= 0:
            z = ma.masked_where(z <= 0, z)
            _api.warn_external("Log scale: values of z <= 0 have been masked")
            self.zmin = float(z.min())
        self._process_contour_level_args(args)
        return (x, y, z)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 4

Instances


Project Name: matplotlib/matplotlib
Commit Name: f23860d03444cac65e1f718749b2e7cd070565e5
Time: 2020-12-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/contour.py
Class Name: QuadContourSet
Method Name: _contour_args


Project Name: matplotlib/matplotlib
Commit Name: f23860d03444cac65e1f718749b2e7cd070565e5
Time: 2020-12-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/tests/test_cbook.py
Class Name:
Method Name: test_warn_external


Project Name: matplotlib/matplotlib
Commit Name: f23860d03444cac65e1f718749b2e7cd070565e5
Time: 2020-12-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/tests/test_cbook.py
Class Name:
Method Name: test_warn_external_frame_embedded_python


Project Name: matplotlib/matplotlib
Commit Name: f23860d03444cac65e1f718749b2e7cd070565e5
Time: 2020-12-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/axes/_secondary_axes.py
Class Name: SecondaryAxis
Method Name: set_aspect


Project Name: matplotlib/matplotlib
Commit Name: f23860d03444cac65e1f718749b2e7cd070565e5
Time: 2020-12-18
Author: 2836374+timhoffm@users.noreply.github.com
File Name: lib/matplotlib/contour.py
Class Name: ContourSet
Method Name: _process_contour_level_args