From: Michael Orlitzky Date: Mon, 12 Nov 2018 03:11:53 +0000 (-0500) Subject: cone/rearrangement.py: fix the test for propriety. X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=8bed8a3c21a0d19d01a7625b3849ac07c9a9f9e6;hp=8bed8a3c21a0d19d01a7625b3849ac07c9a9f9e6;p=sage.d.git cone/rearrangement.py: fix the test for propriety. We had a test for the rearrangement cone being proper, but it incorrectly tested the p=0 case. Now that we're sanity-checking p, that test was throwing a ValueError. Fix it to use p >= 1. ---