Skip to content

Commit

Permalink
fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Sep 7, 2023
1 parent 6ebc9cd commit 462cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materializationengine/workflows/ingest_new_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def fix_root_id_workflow(
table_name=table_name,
)
for mat_metadata in mat_info:
queries = find_ids_with_specified_roots(bad_synapse_root_ids)
queries = find_ids_with_specified_roots(mat_metadata,bad_synapse_root_ids)

aligned_volume = mat_metadata.get("aligned_volume")
query_chunk_size = mat_metadata.get("chunk_size", 100)
Expand Down

0 comments on commit 462cb23

Please sign in to comment.