bsierieb1

Results 1 comments of bsierieb1

Exact same issue with my data, while everything works fine with simulated data from [the tutorial](https://nbviewer.jupyter.org/github/theislab/diffxpy_tutorials/blob/master/diffxpy_tutorials/test/introduction_differential_testing.ipynb). My code: ``` test = de.test.wald( data=adata, formula_loc="~1+myfactor", factor_loc_totest="myfactor" ) ``` There are no...