Skip to content

Commit

Permalink
blarg, syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 26, 2024
1 parent 2cc298e commit f2cb440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/fastspecfit/fastspecfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def fastspec(fastphot=False, fitstack=False, args=None, comm=None, verbose=False
for fitarg_onerank in fitargs_onerank:
out.append(fastspec_one(**fitarg_onerank))
log.info(f'Rank {rank}: done fitting {len(out):,d} objects in ' + \
f'{(time.time()-t1:.2f) / 60.} minutes.')
f'{(time.time()-t1) / 60.:.2f} minutes.')

if rank > 0:
#log.debug(f'Rank {rank} sending data on {len(out)} objects to rank 0.')
Expand Down

0 comments on commit f2cb440

Please sign in to comment.