Forrest Collman
Forrest Collman
I believe this is effecting a number of other options as well.
this is probably related to #398
just to add to what will said, in order to speed mesh downloading, higher level fragments are stitched, and so when downloading meshes level2 mesh chunks are typically not used...
You can use get_leaves to find out the level2ids underneath each of the fragments.
we need to push the stop_layer functionality to master and deploy it... i'll ask @sdorkenw about it.
i mean the stop_layer on get_leaves
it will be on the v1, it's already there on the microns version of the chunkedgraph so you can test it there.
https://github.com/seung-lab/PyChunkedGraph/pull/299
okay.. this is now fixed and deployed. For id=720575940619059120 i see 1264 lvl2IDs. One other thing to note, you can download the level2 fragments, and not the largest fragments available....
can we do this is a deprecation warning kind of way and accumulate the breaking changes for a future major version change?