(self)
| 355 | assert_(eq(x, [0, 1, 10, 40, 4])) |
| 356 | |
| 357 | def test_testMaPut(self): |
| 358 | (x, y, a10, m1, m2, xm, ym, z, zm, xf, s) = self.d |
| 359 | m = [1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1] |
| 360 | i = np.nonzero(m)[0] |
| 361 | put(ym, i, zm) |
| 362 | assert_(all(take(ym, i, axis=0) == zm)) |
| 363 | |
| 364 | def test_testOddFeatures(self): |
| 365 | # Test of other odd features |