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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of anndata.
(optional) I have confirmed this bug exists on the master branch of anndata.
Report
See COMBINE-lab/alevin-fry#151 (comment) and below for discussion. I think this problem could in theory be responsible, but also it might be unlikely. TBD
Thanks for raising this issue @ilan-gold. Given that you're able to trigger the same directly reading and writing from the anndata package suggests it's not an issue specific to the Rust package (or my use of it), but rather is related to an absent X layer when loading in the object itself using the AnnData initialization method, as you suggest. I also see this when I load in the file with anndata.read which, I presume, internally calls the relevant __init__ method?
Please make sure these conditions are met
Report
See COMBINE-lab/alevin-fry#151 (comment) and below for discussion. I think this problem could in theory be responsible, but also it might be unlikely. TBD
Code:
vs.
So I think it's something in
__init__
.Traceback:
Versions
The text was updated successfully, but these errors were encountered: