Skip to content

Commit

Permalink
fix wrong parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Jan 16, 2024
1 parent 3109992 commit 2dd6c9d
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 @@ -636,7 +636,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 2dd6c9d

Please sign in to comment.