Selman Özleyen

Results 19 issues of Selman Özleyen

## Description The following output showed up when playing with the codes on the docs of the stochastic sub-module. I think the output of the following code snippet is clear...

bug
help wanted

Hi, I am using SteelSeries Rival 3 Wireless and with linux the battery is draining really quick with default settings. I figured it is kind of important to have the...

enhancement

This is an implementation for HTML representation of **anndata** objects. I mostly copied from **xarray**: https://github.com/pydata/xarray and the other draft pr #694. It addresses the issue #675. In #694 @ivirshup...

A PR to get started on #693. _Going to update this as we move forward. Also, please correct me if I got something wrong._ We should start looking on having...

### Please make sure these conditions are met - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on...

backend: hdf5
Bug 🐛
pinned
type: dask array

Hi @ivirshup @brainfo, This PR solves https://github.com/scverse/anndata/issues/874. I had a chat with h5py people and this was the simplest workaround they recommended. They also have no idea why it works....

Here are the steps I planned. I first want to ensure the tests work with this version and I am currently on that step. - [x] make sure it works...

I did thes things in this PR: - Fix and test https://github.com/theislab/moscot/issues/687 - Add another error case for https://github.com/theislab/moscot/issues/680 i.e. throw error when xy is given and alpha is 1...

When I try to run this ```python tp = tp.prepare(batch_key="batch", src_attr=src_attr, tgt_attr=tgt_attr, joint_attr={"attr": "X"}) ``` TemporalProblem will give an error because of this line https://github.com/theislab/moscot/blob/3151da7b324672fab6757b8a84bcd1d0bcb9f027/src/moscot/problems/cross_modality/_translation.py#L167 with the message `KeyError: 'x_key'`

**Describe the bug** For application use case see tests from moscot https://github.com/theislab/moscot/actions/runs/8709537760/job/23889450330?pr=677 Unbalanced FGW is unstable especially when margins are provided. I played with epsilon and tau's but still doesn't...