Skip to content

Commit

Permalink
removed linting issues to my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rdguha1995 committed Jan 24, 2024
1 parent c339b2f commit 785dcfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/qchem/test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def water_mol() -> Molecule:
)
def test_overwrite(molecule, overwrite_inputs, request) -> None:
"""
Test for ensuring whether overwrite_inputs correctly changes the default input_set parameters.
Test for ensuring whether overwrite_inputs correctly
changes the default input_set parameters.
Here, we use the StaticSetGenerator as an example, but any input generator that has
a passed overwrite_inputs dict as an input argument could be used.
Expand Down

0 comments on commit 785dcfe

Please sign in to comment.