Closed ssj1739 closed 6 months ago
Hi Sid :)
The np.float
error is indeed trivial to fix, but I think the more important bug you caught was that beta_to_table
can't handle lbeta
files!
You should have never reached that part of the code (load_uxm
method).
Anyway, I fixed it (commit 1709918). Thanks for this issue. Let me know if anything else goes wrong.
Thanks Netanel! And congrats on the pre-print, best of luck!
Hi Netanel,
We've been trying to use beta_to_table to check on a new set of blocks we generated, and are running into issues with the latest version of wgbstools beta_to_table, with the following error:
When I tried to modify the
return r.astype(np.float)
toreturn r.astype(np.float64)
, that seemed to work, but then ran into another KeyError in get_table:Any ideas how to resolve these errors?
Thanks, Sid (Georgetown U.)