Skip to content

Commit d024ce9

Browse files
authored
Nbands convergence check (vasp)
Transfer pyiron/pyiron#1080
1 parent 451227a commit d024ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sphinx/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ def test_collect_2_5(self):
542542

543543
def test_check_band_occupancy(self):
544544
self.assertTrue(self.sphinx_2_5.output.check_band_occupancy())
545+
self.assertTrue(self.sphinx_2_5.nbands_convergence_check())
545546

546547
def test_collect_2_3(self):
547548
file_location = os.path.join(

0 commit comments

Comments
 (0)