Danila
Danila
@ivirshup do you think we could go ahead with `isinstance(item, Mapping)` for instance?
Sounds good enough to me as well!
Does installing other packages work in this setting? Or updating `cluster` or any other packages listed here?
Thanks for checking, @bschilder! That's probably it. You can of course install it straight from GitHub alternatively. Not sure why their build is failing specifically on Linux...
Great! I can't reproduce their build fail though, we'll try to do something about it if it continues to fail on Linux.
@grst From the MuData perspective, it is more general than `MultiAssayExperiment`. So it should be possible to align with how the data is stored there!
One thing to add here would be that in case this is to be represented as a MuData object, we would like to provide an interface for this in `muon.spatial`...
Hey everyone, I believe this the same issue as https://github.com/scverse/muon/issues/65. I've removed the last parts where `OrderedDict` was still used in `muon` in 03a3ebc so the current `master` should not...
Hey @wangjiawen2013, Not sure this is enough information to diagnose the issue. MOFA relies on CUPY for GPU-related training. Does the following also work as you'd expect in the same...
Thanks, @liuzj039. That's a great point! I am still not sure about the proper interface for such alternative containers but maybe a `mod=modality` argument is good enough.