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
As we discussed earlier, the MaxLabel designation were designed to help eventual remote branches from being re-integrated and are purposely version-specific and capturing the deltas for just that version. I could add an endpoint that does the graph traversal, which is probably a more suitable definition for (cumulative) "max label" at a version.
If no cleaves or splits were performed on a
labelmap
instance in a given node, the/maxlabel
endpoint does not work for that node.For instance, the
/maxlabel
endpoint works fine on node662e
:http://emdata3:8900/api/node/662e/segmentation/maxlabel
...but not on its child node,
2053
:http://emdata3:8900/api/node/2053/segmentation/maxlabel
This is not extremely urgent. For now, I have two workarounds at my disposal:
maxlabel
, orMaxRepoLabel
from the/info
endpoint.The text was updated successfully, but these errors were encountered: