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 8e8456b commit 2de5c18
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 @@ -363,7 +363,7 @@ def test_get_scf_group(self):
"maxSteps": "100",
"blockCCG": {},
}
self.assertEqual(test_scf, ref_scf)
self.assertEqual(test_scf.to_builtin(), ref_scf)

ref_scf = {
"rhoMixing": "1.0",
Expand Down

0 comments on commit 2de5c18

Please sign in to comment.