-
Notifications
You must be signed in to change notification settings - Fork 7
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
Warn if AnnDataWrapper options are empty as it would result in empty list for vc['datasets']['files']
#356
Comments
falexwolf
changed the title
Empty list for
Empty list for Aug 7, 2024
'files'
vc['datasets']['files']
This vitessce-python/vitessce/wrappers.py Line 1123 in bc7b353
I have started a pull request here #357 with a test |
Oh, thanks! That would make sense! I also have an integration test that populated paths. Will try it. |
Ah that is a good idea, I will update the title |
keller-mark
changed the title
Empty list for
Warn if AnnDataWrapper options are empty as it would result in empty list for Aug 7, 2024
vc['datasets']['files']
vc['datasets']['files']
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't find a unit test for this, but I found a notebook in the repo:
When I run it and look at the
dict
I get an empty list for thefiles
key underdatasets
.I might be wrong, but I'm pretty sure this wasn't empty a few months ago. I tried to understand whether something might have changed, upgraded and downgraded vitessce to the latest and older versions, and played with different environments.
Before I continue debugging: Is
'files'
supposed to be populated with the storage path? And if not, where did the storage path go?Complete json
Context: I ran into this working on the below
The text was updated successfully, but these errors were encountered: