Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanwalker96 committed Jan 6, 2025
1 parent fca4ed5 commit 6587f17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xce/lib/XChemRefine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,9 @@ def RunRefmac(
% (os.path.join(self.ProjectPath, self.xtalID, "Refine_" + Serial))
)

slurm.submit_cluster_job("xce_refmac", "refmac.csh", xce_logfile, slurm_token, tasks=8)
slurm.submit_cluster_job(
"xce_refmac", "refmac.csh", xce_logfile, slurm_token, tasks=8
)

def RefinementParams(self, RefmacParams):
self.RefmacParams = RefmacParams
Expand Down Expand Up @@ -2158,7 +2160,9 @@ def RunQuickRefine(
)
)

slurm.submit_cluster_job("refmac", "refmac.csh", xce_logfile, slurm_token, tasks=8)
slurm.submit_cluster_job(
"refmac", "refmac.csh", xce_logfile, slurm_token, tasks=8
)

def RefinementParams(self, RefmacParams):
self.RefmacParams = RefmacParams
Expand Down

0 comments on commit 6587f17

Please sign in to comment.