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 20, 2025
1 parent 871a74b commit e7dc8fb
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 @@ -2015,7 +2015,7 @@ def test_processing_entries_inplace(self):
assert all(e.correction == e_copy.correction for e, e_copy in zip(entries, entries_copy, strict=True))

def test_run_type_variations(self):
"""Test that entries with a run_type of either 'r2SCAN' or 'R2SCAN' are valid
"""Test that entries with a run_type of either 'r2SCAN' or 'R2SCAN' are valid
for mixing scheme correction."""
scheme = MaterialsProjectDFTMixingScheme(run_type_1="GGA(+U)", run_type_2="r2SCAN")
assert scheme.valid_rtypes_2 == ["r2SCAN", "R2SCAN"]
Expand Down

0 comments on commit e7dc8fb

Please sign in to comment.