Gregor Sturm

Results 550 comments of Gregor Sturm

Unfortunately, the x-axis is currently not proportional to the length of the chromosome, but rather the number of measured genes on that chromosome. The unit of the x axis is...

We are working on these features in a separate `dev_reports` branch (#495) to be able to iterate more quickly. Once we are happy with the results, we can split it...

I think this does the trick

> Shouldn’t this have some tests? This is already covered by existing tests in `test_views` and `test_awkward`. The current version is not broken, but will break at some point in...

Agreed, I sent an email with a poll to find a timeslot.

@ivirshup, @ilan-gold, @agoose77, ready for re-review. Feels good to get rid of all that code :boom: Currently the tests fail for `uns`, but that seems to be a more general...

Hi @agoose77, returning the shallow copy (or slice) works as expected. The remaining problem is that there's no handler implemented for the `uns` slot while subsetting AnnData -- regardless of...

If you don't mind, I can mark the respective tests as `xfail`. I think it's ok as * the behavior is not a regression of this PR, it was like...

@ivirshup, these: https://github.com/scverse/anndata/pull/1070/files#diff-1534693aa7219116bb36568d007d5f2116414d0c86148cfa15d859b861abafc7R143-R166

Thanks for catching this! I thought my tests cover this, but it turns out I retrieved the awkward array from the view only once and did all tests on that...