Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_operation_details should return a dict keyed by integer IDs #508

Open
bdpedigo opened this issue Oct 2, 2024 · 0 comments
Open

get_operation_details should return a dict keyed by integer IDs #508

bdpedigo opened this issue Oct 2, 2024 · 0 comments

Comments

@bdpedigo
Copy link
Contributor

bdpedigo commented Oct 2, 2024

Basically same issue as CAVEconnectome/PCGL2Cache#26 -

If I do

from caveclient import CAVEclient

client = CAVEclient("minnie65_phase3_v1")

root_id = 864691135639556411

client.chunkedgraph.get_operation_details([74531])

the output is

{'74531': {'added_edges': [[89385966883691061, 89385966883698825]],
  'roots': [864691135730164153],
  'sink_coords': [[89384, 96304, 21583]],
  'source_coords': [[89360, 96280, 21577]],
  'timestamp': '2020-08-01 13:07:22.739000+00:00',
  'user': '161'},

i.e. is a dict keyed by strings instead of ints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant