Open tgbugs opened 6 years ago
There are many nasty issues that come from having annotations from more than one group in the same file. Either figure out how to support multiple groups in the same pickle, or have per group memfiles.
Hash the group id and stick it in the filename.
Temporary implementation in https://github.com/SciCrunch/scibot/blob/master/core.py#L18.
There are many nasty issues that come from having annotations from more than one group in the same file. Either figure out how to support multiple groups in the same pickle, or have per group memfiles.