From a2ad3efc39da8dbcc497c0ac861e1df200c6de5e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 12 Jun 2015 18:27:33 -0400 Subject: [PATCH] Aaaand the test that was using that "unused" function. --- mjo/cone/cone.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mjo/cone/cone.py b/mjo/cone/cone.py index 61914fa..2d84337 100644 --- a/mjo/cone/cone.py +++ b/mjo/cone/cone.py @@ -174,14 +174,6 @@ def rho(K, K2=None): sage: K_S.lattice_dim() == K.dual().dim() True - This function has ``unrestrict_span()`` as its inverse:: - - sage: set_random_seed() - sage: K = random_cone(max_dim = 8, solid=True) - sage: J = restrict_span(K) - sage: K == unrestrict_span(J,K) - True - This function should not affect the dimension of a cone:: sage: set_random_seed() -- 2.44.2