Results 13 issues of Andreas

Hi, Thought I move the debugging here not to spam the emacs.stackexchange thread. Hope you don't mind. I am trying to run your jordon-magit but with the error that ```...

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of scanpy. - [ ]...

Area – Differential Expression
Area - Plotting 🌺

Hello, I get the following warning when trying to install a few packages (same/similar to the issue here: https://github.com/dimitri/el-get/issues/2335). ``` Warning (el-get): The package ‘dash’ has already been loaded by...

The following code can't be converted from 3.6 to python 3.5 and the error seems to stem from something in py-backwards, I just can't figure out what. I tried it...

Hi, Playing around with some functionality that requires that the function `org-babel-expand-src-block` works as expected, meaning that the following orgmode content #+BEGIN_SRC python :var data="ABC" :exports none print(data) #+END_SRC when...

Hello, I'm looking for the archetype models/consensus motifs in meme file format for version 1 but can't find it. Only version 2. Is there such a file somewhere?

Hello, I'm trying to understand how hickit is used best and need to get some insight into what parameters affect what. Specifically I'm trying to decode and understand the binning...

Hi, I was directed here from the org-mode mailing list. I have come across this bug for the latest org-mode version that I detail below. I use: Org-mode version 8.3.3...

Hi, Noticed that I needed Mercurial to fetch the Eigen library. I run Ubuntu and the Makefile requires it to work. Might be worth adding to the apt-get install list....

Hey, I'm trying to implement a custom attention mechanism. Is there a function or a efficient way to implement a bilinear mapping in `pytorch_sparse`?