X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=inline;f=mjo%2Fcone%2Fdoubly_nonnegative.py;fp=mjo%2Fcone%2Fdoubly_nonnegative.py;h=583c3c60e8b46d43f9226e413eea70e83000d969;hb=411f3b1863b7ee61b9e4fa651e14ef13a68e8349;hp=7d39061d21dae6e2f9795cc63ccffe91c220cd0a;hpb=178baca085fbb21dc0f006d0953ffa43cdc9f2b1;p=sage.d.git diff --git a/mjo/cone/doubly_nonnegative.py b/mjo/cone/doubly_nonnegative.py index 7d39061..583c3c6 100644 --- a/mjo/cone/doubly_nonnegative.py +++ b/mjo/cone/doubly_nonnegative.py @@ -13,12 +13,6 @@ It is represented typically by either `\mathcal{D}^{n}` or from sage.all import * -# Sage doesn't load ~/.sage/init.sage during testing (sage -t), so we -# have to explicitly mangle our sitedir here so that our module names -# resolve. -from os.path import abspath -from site import addsitedir -addsitedir(abspath('../../')) from mjo.cone.symmetric_psd import factor_psd, is_symmetric_psd, random_psd from mjo.matrix_vector import isomorphism