ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Moving the results folder seems to break loading them #52

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

When changing the structure of the module, I also moved the samples folder. Suddenly it was no longer possible to load the stored results, because it couldn't find a certain path. It seems the original file location is stored along side the files and the application tries to open this location when loading them.

This can also be related to the tree trying to check if files already having results and then there being a mismatch between the old and new location.

ivoflipse commented 10 years ago

I think it might be because it stores the location of the file along with the paw_data, but if the folder is change afterwards, this is no longer valid.

ivoflipse commented 10 years ago

Moving the results to PyTables should prevent this, as it will no longer have to rely on the filename/path to load results.