Test Farray nrows method
(self)
| 47 | self.assertRaises(ValueError, Farray.Farray, 4, -4) |
| 48 | |
| 49 | def testNrows(self): |
| 50 | "Test Farray nrows method" |
| 51 | self.assertTrue(self.array.nrows() == self.nrows) |
| 52 | |
| 53 | def testNcols(self): |
| 54 | "Test Farray ncols method" |