From e0211e21f3db0bb27a04490d712dabe04c0fed26 Mon Sep 17 00:00:00 2001 From: mdroe Date: Fri, 13 Jun 2014 22:04:04 +0000 Subject: More speedups. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@32541 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 36e70c1cac043d59089f386a6b6d730c4887fa84 --- stsci/sphere/test/test_union.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci/sphere/test/test_union.py') diff --git a/stsci/sphere/test/test_union.py b/stsci/sphere/test/test_union.py index 60ea572..a6e5793 100644 --- a/stsci/sphere/test/test_union.py +++ b/stsci/sphere/test/test_union.py @@ -209,7 +209,7 @@ def test_difficult_unions(): poly = polygon.SphericalPolygon(points, inside) polys.append(poly) - polygon.SphericalPolygon.multi_union(polys) + polygon.SphericalPolygon.multi_union(polys[:len(polys)/2]) if __name__ == '__main__': -- cgit