Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/materialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ voxel_resolution of the table (which can be obtained from

```python
bounding_box = [[min_x, min_y, min_z], [max_x, max_y, max_z]]
synapse_table = client.info.get_datastack_info('synapse_table')
synapse_table = client.info.get_datastack_info()['synapse_table']
df=client.materialize.query_table(synapse_table,
filter_equal_dict = {'post_pt_root_id': MYID},
filter_spatial_dict = {'post_pt_position': bounding_box})
Expand Down