Closed rwaples closed 2 years ago
I can reproduce this.
@benjeffery - any idea what's happening here?
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: time_units
and tszip does not like this at all.
@rwaples We've just released version 0.2.1 which should fix this. Upgrade with pip install --upgrade tszip
. Thanks again for the report.
Thanks for the quick fix. 0.2.1 works for me!
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