Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ellipsoid.ge, ellipsoid.gt, ellipsoid.le, ellipsoid.lt, ellipsoid.ne and hyperplane.ne methods as well as the corresponding tests from ellipsoids project #26

Open
irublev opened this issue Dec 1, 2018 · 0 comments

Comments

@irublev
Copy link
Contributor

irublev commented Dec 1, 2018

Deadline is 23/Dec/2018

The following tests are to be implemented:

  1. testEq, testNe, testGe, testGtm testLt, testLe from elltool.core.test.mlunit.EllipsoidTestCase and elltool.core.test.mlunit.EllTCMultiDim
  2. testEqAndNe from elltool.core.test.mlunit.HyperplaneTestCase

It should be noted that ge, gt, le, lt, ne (https://www.mathworks.com/help/matlab/ref/ge.html, https://www.mathworks.com/help/matlab/ref/gt.html, https://www.mathworks.com/help/matlab/ref/le.html, https://www.mathworks.com/help/matlab/ref/le.html, https://www.mathworks.com/help/matlab/ref/ne.html) are to be implemented as __ge__, __gt__, __le__, __lt__ and __ne__ methods respectively (see http://www.trytoprogram.com/python-programming/python-operator-overloading/, https://realpython.com/operator-function-overloading/ for details).

@irublev irublev changed the title Implement @ellipsoid.ge, @ellipsoid.gt, @ellipsoid.le, @ellipsoid.lt, @ellipsoid.ne and @hyperplane.ne methods as well as the corresponding tests from ellipsoids project Implement ellipsoid.ge, ellipsoid.gt, ellipsoid.le, ellipsoid.lt, ellipsoid.ne and hyperplane.ne methods as well as the corresponding tests from ellipsoids project Dec 2, 2018
Arssel added a commit that referenced this issue Dec 24, 2018
Implemented Ellipsoid class methods:
- ge
- gt
- le
- lt
- ne
Also implemented Hyperplane class method:
- ne
Arssel added a commit that referenced this issue Dec 24, 2018
Implemented Ellipsoid class methods: ge, gt, le, lt, ne.
Also implemented Hyperplane class method: ne.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants