Testing of math operations needed

Issue #22 new
Sam Preston created an issue

We have lots of math functions (AddC, Mul_I, AddMul, etc) that map directly to simple math operations. These aren't tested anywhere, and there's lots of room for typos in the implementations. Adding tests for all of these in NumpyUnitTest.py is trivial but very boring, but these should all be tested before the 0.01 release.

Comments (2)

  1. Sam Preston reporter
    • changed milestone to v0.02

    We're planning on tagging our initial release as v0.01 and this won't be finished, so pushing to v0.02

  2. Log in to comment