Skip to content

Commit

Permalink
compare as dict
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 8, 2025
1 parent 71141c1 commit 8e8456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sphinx/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def test_get_scf_group(self):
self.sphinx_band_structure.input["nSloppy"] = 0
self.sphinx_band_structure.input["WriteWaves"] = False
test_scf = self.sphinx_band_structure.get_scf_group()
self.assertEqual(test_scf, ref_scf)
self.assertEqual(test_scf.to_builtin(), ref_scf)

def test_check_setup(self):
self.assertFalse(self.sphinx.check_setup())
Expand Down

0 comments on commit 8e8456b

Please sign in to comment.