]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
cone/rearrangement.py: fix the test for propriety.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Nov 2018 03:11:53 +0000 (22:11 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 12 Nov 2018 03:11:53 +0000 (22:11 -0500)
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.


No differences found