Test Array2 nrows method
(self)
| 155 | self.assertRaises(ValueError, Array.Array2, 4, -4) |
| 156 | |
| 157 | def testNrows(self): |
| 158 | "Test Array2 nrows method" |
| 159 | self.assertTrue(self.array2.nrows() == self.nrows) |
| 160 | |
| 161 | def testNcols(self): |
| 162 | "Test Array2 ncols method" |