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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
BUG FIXES
dataflow/concatenate_h5mu: fix writing out multidimensional annotation dataframes (e.g. .varm) that had their
data dtype (dtype) changed as a result of adding more observations after concatenation, causing TypeError.
One notable example of this happening is when one of the samples does not have a multimodal annotation dataframe
which is present in another sample; causing the values being filled with NA (PR #842, backported from PR #837).