Skip to content

Commit

Permalink
test_outcar: Improved testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarsan-surendralal committed Feb 2, 2019
1 parent dc62a57 commit fb09909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/vasp/test_outcar.py
Expand Up @@ -285,6 +285,9 @@ def test_get_broyden_mixing_mesh(self):
if int(filename.split('/OUTCAR_')[-1]) in [2, 3, 4, 5, 6]:
mixing = 343
self.assertEqual(mixing, output)
if int(filename.split('/OUTCAR_')[-1]) == 8:
mixing = 21 ** 3
self.assertEqual(mixing, output)

def test_get_dipole_moments(self):
for filename in self.file_list:
Expand Down

0 comments on commit fb09909

Please sign in to comment.