jni / ray

Automatic segmentation of electron microscopy volumes
Other
31 stars 10 forks source link

copy operation is not atomic #41

Open jni opened 13 years ago

jni commented 13 years ago

if anything should go wrong during a graph copy operation, the original object will most likely be corrupted, since unpickleable member objects are deleted and then restored. Not sure how to fix this... some kind of try: except: wrapping so that the objects can be re-added before re-raising the exception?