You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the get_contact_sites endpoint throws a 500 error due to the keyword argument connected_edges in ChunkedGraph.get_subgraph_edges that is no longer used. You can find the contact sites line here and the subgraph function definition here. It doesn't look like the same functionality is still enabled, possibly due to the differences with how edges are stores in v2 and beyond. We should either fix this or remove the endpoint.
Using the get_contact_sites endpoint throws a 500 error due to the keyword argument
connected_edges
inChunkedGraph.get_subgraph_edges
that is no longer used. You can find the contact sites line here and the subgraph function definition here. It doesn't look like the same functionality is still enabled, possibly due to the differences with how edges are stores in v2 and beyond. We should either fix this or remove the endpoint.An example and the traceback is described on CAVEconnectome/CAVEclient#166 .
The text was updated successfully, but these errors were encountered: