Skip to content

Commit

Permalink
Merge pull request #38 from lsst-dm/u/ktl/incremental-visits
Browse files Browse the repository at this point in the history
Define visits incrementally.
  • Loading branch information
ktlim authored Jun 28, 2024
2 parents 99fcd2b + 3ad1210 commit 31c1778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def main():
if not is_lfa and refs:
try:
ids = [ref.dataId for ref in refs]
visit_definer.run(ids)
visit_definer.run(ids, incremental=True)
logger.info("Defined visits for %s", ids)
except Exception:
logger.exception("Error while defining visits for %s", refs)
Expand Down

0 comments on commit 31c1778

Please sign in to comment.