ellipsoids
ellipsoids copied to clipboard
Fix test for getRhoBoundary
Currently getRhoBoundary
is fixed, but the corresponding test testGetRhoBoundary
from elltool.core.test.mlunit.EllipsoidBasicSecondTC.m
is disabled (by renaming it to DISABLED_testGetRhoBoundary
). The reason is the test is based on wrong logics (that results of getRhoBoundary
and of getBoundary
should coincide). It is necessary to rewrite completely this test.