Open mmc46 opened 4 years ago
When using catmaid_set_annotations_for_skeletons can the error be improved when skids don't exist?
catmaid_set_annotations_for_skeletons
Currently
catmaid_set_annotations_for_skeletons(11111111, annotations = "MC_test") Error in catmaid_fetch(path, body = post_data, include_headers = F, simplifyVector = T, : Internal Server Error (HTTP 500).
For removing annotations, the error is better
catmaid_remove_annotations_for_skeletons(11111111, annotations = "MC_test") Error in catmaid_remove_annotations_for_skeletons(11111111, annotations = "MC_test") : No entity ids founds from skids!
When using
catmaid_set_annotations_for_skeletons
can the error be improved when skids don't exist?Currently
For removing annotations, the error is better