Skip to content

Commit

Permalink
Pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorBengoechea committed Jun 27, 2022
1 parent 760eaf1 commit 8cc8d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sandy/sampling2.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_cov(endf6):
mf=mf_extract,
mt=init.mt,
njoy=init.njoy,
temperature=0,
temperature=0,
p=init.max_polynomial)})
elif len(mf_process) + len(mf_extract) >= 1:
cov.update(endf6.get_cov(process_mf=mf_process,
Expand Down Expand Up @@ -467,7 +467,7 @@ def pert_by_mf(samples, pert_objects, i, mat):

# Output files:
output = os.path.join(init.outdir, '{}-{}'.format(outname, i))

return pert_endf6.to_file(output)


Expand Down Expand Up @@ -569,7 +569,7 @@ def sampling(iargs=None):

# Perturbed endf:
perturbation_manager(samples, ftape)

# Produce ACE files:
if init.acer:
ace_files()
Expand Down

0 comments on commit 8cc8d75

Please sign in to comment.