-
`perform_de` function is not taking the mappings_filepath arguments from `map_ensembl_gene_id`. Need to fix asap as biomaRt is down and `perform_de` is failing each time.
-
I'm trying to get direct pixel access working on PyPy, but I'm running into some weird errors around the buffer interface.
```python
import sdl2
import sdl2.ext
if __name__ == "__main__":
…
-
Hi everyone,
I'm using the new torch.split function given a list of chunks as well as a LSTM/GRU network (both lead to the bug).
On CPU, the code works perfectly.
On GPU, If I do something else…
-
## Bug Report
- [x] This is a bug report and I have read the contribution guidelines.
### Description
When opening a stream with a non-ascii character in the stream title there is…
-
* -fbar is ambiguous/error prone when assembling a cmd line
-fbar currently means --foo=bar
-f:bar also means --foo=bar
so when you have:
`./main -f$myfoo` in a shell, it'll strip the 1st char…
-
In Heptapod by bitbucket_importer on Apr 17, 2015, 16:57
*Created originally on Bitbucket by [vext01 (Edd Barrett)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone/7)B…
-
`add_intracellular_recording` should accept for the `stimulus` argument both a stimulus presentation and a stimulus template.
I think somebody else mentioned this, so I haven't tested it.
-
Är det möjligt att få gråa hjärtan i mobilt läge, när man inte markerat en presentation?
Från iOS:
![image1](https://user-images.githubusercontent.com/8159400/35121013-48300944-fc9a-11e7-8b08-c7a…
-
Get the following error for `hdmf==1.3.2`. Rolling back to `hdmf==1.1.2` solves this issue.
`1.1.2` is specified in the environment `.yml` and `setup.py` and should be updated if this issue gets so…
-
I'm trying to use [`ActivationStats`](http://dev.fast.ai/callback.hook#ActivationStats) to record activations at specific layers/modules of my network.
If I pass in a `Sequential` module the stats …