Skip to content

Commit

Permalink
Merge pull request #246 from CAVEconnectome/synapse-bug
Browse files Browse the repository at this point in the history
Fix possible issue with `synapse_query` backwards compatibility
  • Loading branch information
kebwi authored Oct 14, 2024
2 parents 5986634 + a6eaeb9 commit bccdad3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions caveclient/materializationengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1997,10 +1997,6 @@ def synapse_query(
"""
filter_in_dict = {}
filter_equal_dict = {}
filter_greater_dict = {}
filter_less_dict = {}
filter_greater_equal_dict = {}
filter_less_equal_dict = {}
filter_out_dict = None
filter_spatial_dict = None
if synapse_table is None:
Expand Down Expand Up @@ -2032,10 +2028,6 @@ def synapse_query(
filter_in_dict=filter_in_dict,
filter_out_dict=filter_out_dict,
filter_equal_dict=filter_equal_dict,
filter_greater_dict=filter_greater_dict,
filter_less_dict=filter_less_dict,
filter_greater_equal_dict=filter_greater_equal_dict,
filter_less_equal_dict=filter_less_equal_dict,
filter_spatial_dict=filter_spatial_dict,
offset=offset,
limit=limit,
Expand Down

0 comments on commit bccdad3

Please sign in to comment.