You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the attached file, there is struct metadata associated with the tree sequence at the top level (a simple array). Tszip can load the .trees file, and compress it to .tsz, but then can't load the .tsz file it just made:
importtszipts=tszip.load("test.trees")
tszip.compress(ts, "tmp.tsz")
tszip.load("tmp.tsz") # fails with ValueError: bytes must be in range(0, 256)
In the attached file, there is struct metadata associated with the tree sequence at the top level (a simple array). Tszip can load the
.trees
file, and compress it to.tsz
, but then can't load the.tsz
file it just made:test.trees.zip
Here's the debug output
The text was updated successfully, but these errors were encountered: