We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is not an ideal way of checking whether the adata has been encoded:
ehrapy/ehrapy/anndata/anndata_ext.py
Line 325 in 3260f8f
as we do not guarantee that ep.pp.encode will enforce this typing of the array.
ep.pp.encode
Think about whether to
The latter option might be more clean, and could be considered a subissue of consistent use with infer feature type and
The text was updated successfully, but these errors were encountered:
eroell
No branches or pull requests
Description of feature
This is not an ideal way of checking whether the adata has been encoded:
ehrapy/ehrapy/anndata/anndata_ext.py
Line 325 in 3260f8f
as we do not guarantee that
ep.pp.encode
will enforce this typing of the array.Think about whether to
The latter option might be more clean, and could be considered a subissue of consistent use with infer feature type and
The text was updated successfully, but these errors were encountered: