We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Basically same issue as CAVEconnectome/PCGL2Cache#26 -
If I do
the output is
i.e. is a dict keyed by strings instead of ints
The text was updated successfully, but these errors were encountered: