Delete trailing spaces

This commit is contained in:
Atsushi Togo 2017-10-31 14:40:15 +09:00
parent 7e0fd74fc5
commit 6ec5d27a1b
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ data_dir = os.path.dirname(os.path.abspath(__file__))
class TestIterMesh(unittest.TestCase):
def setUp(self):
pass
def tearDown(self):
pass
def testIterMesh(self):
phonon = self._get_phonon()
phonon.set_iter_mesh([3, 3, 3], is_eigenvectors=True)