Skip to content

Commit 5fbfb97

Browse files
anna-grimanna-grim
andauthored
Feat zarr reader (#298)
* feat: zarr reader * doc: improved graph_util documentation * refactor: simplified fragments graph class * minor upd --------- Co-authored-by: anna-grim <anna.grim@alleninstitute.org>
1 parent 940a1e5 commit 5fbfb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deep_neurographs/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def run(self, fragments_graph, proposals):
587587
fragments_graph.merge_proposal(p)
588588
accepts.append(p)
589589
pbar.update(len(batch["proposals"]))
590-
fragments_graph.absorb_reducibles()
590+
#fragments_graph.absorb_reducibles() - extremely slow
591591
return fragments_graph, accepts
592592

593593
def get_batch(self, fragments_graph, proposals, flagged_proposals):

0 commit comments

Comments
 (0)