Skip to content

Commit

Permalink
Fix attempted trsh methods
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Nov 27, 2023
1 parent b8688f7 commit f1fded0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arc/job/trsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,7 @@ def trsh_ess_job(label: str,
logger_info = []
couldnt_trsh = True
fine = False
if ess_trsh_methods:
attempted_ess_trsh_methods = ess_trsh_methods.copy()
attempted_ess_trsh_methods = ess_trsh_methods.copy() if ess_trsh_methods else None
# Check if Checkfile removal is in the keywords. Removal occurs when:
# - Basis Set Mismatch
# - Corrupt or Incomplete Data
Expand Down

0 comments on commit f1fded0

Please sign in to comment.