aziflaj / numberoid

Functions for solving Numerical Analysis problems
http://aziflaj.github.io/crunching-numbers-in-python/
MIT License
0 stars 1 forks source link

Write tests for matrix module #4

Open aziflaj opened 9 years ago

aziflaj commented 9 years ago

The tests for the matrix module are written at /test/testmatrix.py (check this link). At the time of writing this, only one test (test_transpose_matrix) passes, while all the others are set to fail, by using self.assertEqual(0, 1).

This issue will be closed when all the tests are written and the functions at the matrix module pass all the tests.