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.plus, ellipsoid.move2origin, ellipsoid.getMove2Origin and ellipsoid.quadFunc methods as well as test for constructor of ellipsoid from ellipsoids project #25

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. testPlus, testMove2Origin from elltool.core.test.mlunit.EllipsoidBasicSecondTC
  2. testQuadFunc from elltool.core.test.mlunit.EllipsoidTestCase
  3. testEllipsoid from elltool.core.test.mlunit.EllipsoidTestCase

It should be noted that plus (see https://www.mathworks.com/help/matlab/ref/plus.html) should be implemented as __add__ and __radd__ methods (see https://realpython.com/operator-function-overloading/, http://www.trytoprogram.com/python-programming/python-operator-overloading/ for details).

@irublev irublev changed the title Implement @ellipsoid.plus, @ellipsoid.move2origin, @ellipsoid.getMove2Origin and @ellipsoid.quadFunc methods as well as test for constructor of @ellipsoid from ellipsoids project Implement ellipsoid.plus, ellipsoid.move2origin, ellipsoid.getMove2Origin and ellipsoid.quadFunc methods as well as test for constructor of @ellipsoid from ellipsoids project Dec 2, 2018
@irublev irublev changed the title Implement ellipsoid.plus, ellipsoid.move2origin, ellipsoid.getMove2Origin and ellipsoid.quadFunc methods as well as test for constructor of @ellipsoid from ellipsoids project Implement ellipsoid.plus, ellipsoid.move2origin, ellipsoid.getMove2Origin and ellipsoid.quadFunc methods as well as test for constructor of ellipsoid from ellipsoids project Dec 2, 2018
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