-
Notifications
You must be signed in to change notification settings - Fork 7
New time_units field breaks compression #54
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
Comments
I can reproduce this. @benjeffery - any idea what's happening here? |
I've narrowed this down to upgrading tskit to 0.4.0. Looking into it. |
Ah-ha. We added a string to the top-level of the kastore: |
@rwaples We've just released version 0.2.1 which should fix this. Upgrade with |
Thanks for the quick fix. 0.2.1 works for me! |
Uh oh!
There was an error while loading. Please reload this page.
Great utility, but I recently ran into an error when trying to use the tszip.compress function within a Python script. It seems to occur even on super simple, just simulated tree-sequences.
The error:
I can recreate the error via:
This env has Python 3.10.2, msprime 1.1.0, and tszip 0.2.0
Edit: I don't seem to see this problem with tszip v0.1.0
The text was updated successfully, but these errors were encountered: