コード例 #1
0
ファイル: TestFMFLoader.py プロジェクト: gclos/pyphant1
 def testValid(self):
     result = FMFLoader.checkAndCondense(self.valid)
     numpy.testing.assert_array_equal(self.x, result)