Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2025
1 parent 2bcaaa0 commit 247e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/entries/test_mixing_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ def test_run_type_variations(self):
"""test that both 'r2SCAN' and 'R2SCAN' are valid run types in mixing scheme correction"""
# build a r2SCAN entry
R2SCAN_entry = ms_complete.scan_entries[0]
updated_dict = R2SCAN_entry.to_dict().update({'parameters':{'run_type':'r2SCAN'}})
updated_dict = R2SCAN_entry.to_dict().update({"parameters": {"run_type": "r2SCAN"}})
r2SCAN_entry = ComputedStructureEntry.from_dict(updated_dict)
# test that 'r2SCAN' is a valid run type
scheme = MaterialsProjectDFTMixingScheme()
Expand Down

0 comments on commit 247e3bf

Please sign in to comment.