Skip to content

Commit

Permalink
Increase query_size for T1 queries, since there aren't many left
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-tms committed May 18, 2023
1 parent 368c819 commit 759e3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slackbots/serve_orphaned_somas.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def serve_somas_to_eligible_messages(channel, verbosity=1, fake=False):
kwargs = dict()
if 'T1' in message['text'] and 'T2' not in message['text']:
kwargs['y_range'] = 'T1'
kwargs['query_size'] = 60
elif 'T2' in message['text'] and 'T1' not in message['text']:
kwargs['y_range'] = 'T2'
elif 'T3' in message['text']:
Expand Down

0 comments on commit 759e3c2

Please sign in to comment.