Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Apr 23, 2024
1 parent ff66e9e commit 23ce801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/quacc/calculators/espresso/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ def prepare_copy_files(

if recover:
to_copy.extend(
[
Path("_ph*", "pwscf.q_*", "pwscf.save", "charge-density.*")
]
[Path("_ph*", "pwscf.q_*", "pwscf.save", "charge-density.*")]
)

if recover:
Expand Down
4 changes: 1 addition & 3 deletions src/quacc/recipes/onetep/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def prep_calculator(
return Onetep(
pseudo_path=str(SETTINGS.ONETEP_PP_PATH) if SETTINGS.ONETEP_PP_PATH else ".",
parallel_info=SETTINGS.ONETEP_PARALLEL_CMD,
profile=OnetepProfile(
SETTINGS.ONETEP_CMD
),
profile=OnetepProfile(SETTINGS.ONETEP_CMD),
**calc_flags,
)

0 comments on commit 23ce801

Please sign in to comment.