-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
dummy_anndata generates data types not supported by anndata #12
Comments
* migrate obsm varm tests, skip if known issue * update known issues * fix linting issues * add yaml to suggests * fix error message * add obsm varm as well * port layers * port X * add note * also include arrays in obsmvarm * fix obsvar * fix styling * skip categorical * Update tests/testthat/test-InMemoryAnnData.R Co-authored-by: Luke Zappia <lazappi@users.noreply.github.com> * Update tests/testthat/test-roundtrip-obsvar.R * add temporary workaround for data-intuitive/dummy-anndata#12 --------- Co-authored-by: Luke Zappia <lazappi@users.noreply.github.com>
It does make sense: pandas arrays should be 1D I think? So you wouldn't try to put them in It's not specified in their on-disk format, however it does state that I could reach out to verify that this was an intentional change on their part? |
I'd say it'd be fine to just fix |
Report
A later release of AnnData disallows pandas.core.arrays. Is this a false positive from their side (since numpy.ndarray is allowed) or should we change dummy_anndata?
Version information
The text was updated successfully, but these errors were encountered: