ilastik / hytra

Python module for multi HYpotheses TRAcking
https://github.com/ilastik/hytra
MIT License
2 stars 7 forks source link

allowing load of older projects #27

Closed ilastikdev closed 7 years ago

ilastikdev commented 7 years ago

Hypotheses graph was not pickled

chaubold commented 7 years ago

Deserializing the HypothesesGraph without the actual contained graph is pretty worthless, don't you think? In https://github.com/ilastik/ilastik/issues/1472 I was more thinking along the lines of catching when unpickling of the HypothesesGraph fails, returning an empty HypothesesGraph and then just requiring the user to run tracking from scratch.

ilastikdev commented 7 years ago

"try:" only on the ilastik side produces a runtime error in setstate