SystemAnalysisDpt-CMC-MSU / ellipsoids

Ellipsoidal Toolbox for MATLAB is a standalone set of easy-to-use configurable MATLAB routines and classes to perform operations with ellipsoids and hyperplanes of arbitrary dimensions
http://systemanalysisdpt-cmc-msu.github.io/ellipsoids
Other
19 stars 7 forks source link

Fix test for getRhoBoundary #62

Open irublev opened 6 years ago

irublev commented 6 years ago

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.