예제 #1
0
 def testValid(self):
     result = FMFLoader.checkAndCondense(self.valid)
     numpy.testing.assert_array_equal(self.x, result)