Skip to content

Commit

Permalink
Merge pull request #710 from dirac-institute/fix_missing_trj_gen
Browse files Browse the repository at this point in the history
Pass the trajectory generator to run_search
  • Loading branch information
jeremykubica authored Sep 17, 2024
2 parents e20c0b7 + 5945d78 commit 6910e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod/run_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ def run_search_from_work_unit(self, work):
trj_generator = create_trajectory_generator(work.config, work_unit=work)

# Run the search.
return self.run_search(work.config, work.im_stack)
return self.run_search(work.config, work.im_stack, trj_generator=trj_generator)

0 comments on commit 6910e76

Please sign in to comment.