Skip to content

Commit

Permalink
add timing for each candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Feb 5, 2024
1 parent 9a4deb1 commit 3dbfbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/associations/generator/generate_per_candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def generate_per_candidate(pool, rule_defs, candidate_ids=None, all_candidates=T
# Add to the list
associations.extend(associations_cid)

logger.info('Time to process candidate %s: %s', cid_ctype[0], timer() - time_start)
logger.info('Time to process candidate %s: %.2f', cid_ctype[0], timer() - time_start)

# The ruleset has been generated on a per-candidate case.
# Here, need to do a final rebuild of the ruleset to get the finalization
Expand Down

0 comments on commit 3dbfbf8

Please sign in to comment.