-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no metadata dir in a compressed bucket #18
Comments
One more minor error I found was, when I export the |
No, a lot of questions on this project don't bother me. Rather, I am happy to think that this project can be improved. First question: If there is no information related to the metadata, it means that the save was accidentally broken in the middle. Second question : Yes, To fixed
So, for the first question, please double check that the code was written correctly before modifying this part. |
@graykode You're right! I forgot |
@jinserk Thanks for the great suggestion. As you suggested, adding it to |
The python destructor is not a function that is triggered when the class ends. Therefore, it seems more efficient to manage with python's Context Manager ( with DataSaver(...) as datasaver:
datasave(...) |
Looks great! I thought that |
Hi again,
Sorry for bothering you with several question and bug report, but this looks critical.
I made a compressed data bucket and it looks storing well, but when I retrieve the dataset, it has 0 len as follows:
I've checked briefly, and found that the bucket has no
metadata
to read out the meta info of the dataset.Can you fix this error? I have installed the latest master branch code.
The text was updated successfully, but these errors were encountered: