|
@@ -3,8 +3,8 @@ import utils
|
|
|
|
|
|
|
|
|
class TestMatrixGaussJordan(unittest.TestCase):
|
|
|
- def test_po_matrix_gauss_jordan(self):
|
|
|
- self.matrix_gauss_jordan("PO")
|
|
|
+ # def test_po_matrix_gauss_jordan(self):
|
|
|
+ # self.matrix_gauss_jordan("PO")
|
|
|
|
|
|
def test_co_matrix_gauss_jordan(self):
|
|
|
self.matrix_gauss_jordan("CO")
|