Skip to content

Commit

Permalink
edits for mwm_more_ob.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Jul 16, 2024
1 parent 450b324 commit e93eab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/target_selection/cartons/mwm_more_ob.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@ def build_query(self, version_id, query_region=None):
)
)

self.database.execute_sql("SET LOCAL enable_bitmapscan = false;")
self.database.execute_sql("SET LOCAL enable_seqscan = false;")

return query

0 comments on commit e93eab7

Please sign in to comment.