theislab / diffxpy

Differential expression analysis for single-cell RNA-seq data.
https://diffxpy.rtfd.io
BSD 3-Clause "New" or "Revised" License
191 stars 23 forks source link

fix extraction of corf_loc_names when dmat is provided directly #174

Closed le-ander closed 3 years ago

le-ander commented 4 years ago

when dmat is provided directly to the wald test, an error is thrown because the code further down in the function expected dmat to be a pandas dataframe.

davidsebfischer commented 4 years ago

Awesome, thanks a lot @le-ander! Could you merge dev into your branch and make sure the .rst is not changed? I channel all changes through dev to get the releases right.

le-ander commented 4 years ago

umm, I am a bit confused.

I can just make the change again on my dev and create a new pull request onto your dev. Would that be the easiest?

le-ander commented 3 years ago

superseeded by #204