Skip to content

Commit

Permalink
Merge pull request #140 from bdpedigo/type-name-bug
Browse files Browse the repository at this point in the history
Fix wrong parameter name for `filter_spatial_dict` in `query_table`
  • Loading branch information
fcollman authored Jan 17, 2024
2 parents 1e4fbbc + 2dd6c9d commit 30d786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caveclient/materializationengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def query_table(
filter_equal_dict (dict, optional):
inner layer: keys are column names, values are specified entry.
Defaults to None.
filter_spatial (dict, optional):
filter_spatial_dict (dict, optional):
inner layer: keys are column names, values are bounding boxes
as [[min_x, min_y,min_z],[max_x, max_y, max_z]]
Expressed in units of the voxel_resolution of this dataset.
Expand Down

0 comments on commit 30d786a

Please sign in to comment.