def assertListAlmostEqual(self, list1, list2, decimal=5, msg=''):
        assert_array_almost_equal(list1, list2, decimal, msg)