abb2db5dce610bced022d54fd2cf256cb79a4219,scipy/spatial/tests/test_spherical_voronoi.py,TestSphericalVoronoi,test_old_radius_api_warning,#TestSphericalVoronoi#,97

Before Change



    def test_old_radius_api_warning(self):
        with assert_warns(DeprecationWarning):
            sv = SphericalVoronoi(self.points, None)

    def test_sort_vertices_of_regions(self):
        sv = SphericalVoronoi(self.points)
        unsorted_regions = sv.regions

After Change



    def test_old_radius_api_warning(self):
        with assert_warns(DeprecationWarning):
            SphericalVoronoi(self.points, None)

    def test_sort_vertices_of_regions(self):
        sv = SphericalVoronoi(self.points)
        unsorted_regions = sv.regions
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: scipy/scipy
Commit Name: abb2db5dce610bced022d54fd2cf256cb79a4219
Time: 2020-02-17
Author: pvanmulbregt@users.noreply.github.com
File Name: scipy/spatial/tests/test_spherical_voronoi.py
Class Name: TestSphericalVoronoi
Method Name: test_old_radius_api_warning


Project Name: scipy/scipy
Commit Name: abb2db5dce610bced022d54fd2cf256cb79a4219
Time: 2020-02-17
Author: pvanmulbregt@users.noreply.github.com
File Name: scipy/spatial/tests/test_spherical_voronoi.py
Class Name: TestSphericalVoronoi
Method Name: test_duplicate_point_handling


Project Name: scipy/scipy
Commit Name: abb2db5dce610bced022d54fd2cf256cb79a4219
Time: 2020-02-17
Author: pvanmulbregt@users.noreply.github.com
File Name: scipy/spatial/tests/test_spherical_voronoi.py
Class Name: TestSphericalVoronoi
Method Name: test_incorrect_radius_handling


Project Name: scipy/scipy
Commit Name: abb2db5dce610bced022d54fd2cf256cb79a4219
Time: 2020-02-17
Author: pvanmulbregt@users.noreply.github.com
File Name: scipy/spatial/tests/test_spherical_voronoi.py
Class Name: TestSphericalVoronoi
Method Name: test_incorrect_center_handling


Project Name: scipy/scipy
Commit Name: abb2db5dce610bced022d54fd2cf256cb79a4219
Time: 2020-02-17
Author: pvanmulbregt@users.noreply.github.com
File Name: scipy/spatial/tests/test_spherical_voronoi.py
Class Name: TestSphericalVoronoi
Method Name: test_rank_deficient