Skip to content

Commit

Permalink
Pass min_stations through client_detect
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Feb 7, 2024
1 parent 32e3675 commit b30c507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eqcorrscan/core/match_filter/tribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,8 @@ def client_detect(self, client, starttime, endtime, threshold,
process_cores=process_cores, save_progress=save_progress,
return_stream=return_stream, check_processing=False,
poison_queue=poison_queue, shutdown=False,
concurrent_processing=concurrent_processing, groups=groups)
concurrent_processing=concurrent_processing, groups=groups,
min_stations=min_stations)

if not concurrent_processing:
Logger.warning("Using concurrent_processing=True can be faster if"
Expand Down

0 comments on commit b30c507

Please sign in to comment.