-
Hi Cody,
`append!()` seems to be pretty slow when the input vector is large as we talked. The time consumption scales near linearly with the size of the input vector. I speculate `compress!()` might …
-
Projectiles hitting you from your side or your BACK should not be reflected, only the ones hitting you from direction of 3 tiles in front of you (front, front-left, front-right of the direction you ar…
-
Instead of using MAST so that each gene is a different response variable:
(Gene i) ~ (Covariate 1)
Is there a simple way to use MAST so that each gene is a separate predictor variable?
(C…
ghost updated
6 years ago
-
Create scripts to export a [smaller scale](https://github.com/OpenSourceBrain/MiglioreEtAl14_OlfactoryBulb3D/issues/5) version of the complete network to NML2.
Ensure valid & can be loaded in OSB 3D …
-
Description of problem
-------------------------------
If a neuron (probably any node) has multiple types of connections (synapses), say `static_synapse` and `vogels_sprekeler_synapse`, deleting all…
-
Hello,
I'm trying to run PULPino on MYIR Z-turn Board (it's a xc7z020clg400-1 Zynq evaluation board),The problem is when I run `./spiload helloworld.stim.txt` , I get this error:
```sh
Device has b…
-
Hi, when I execute make vcompile it compiles upto a point and gives the following error. How can I solve this issue? Thanks in advance.
```
-> Compiling apb_uart...
Copying /Software/ModelSim/ques…
-
In [a paper by Cori Bargman](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2760495/) a social behavior in _C. elegans_ is analyzed down to the level of its underlying circuit. The putative circuit appe…
-
I have just downloaded the most recent (?) version of mne-python
```
commit 79959786786311aedd20da272fb4de94a20f16ef
Author: Eric Larson
Date: Wed Dec 27 05:56:13 2017 -0500
```
but it is…
-
From the associated PR #4:
> Currently, the channel picker dialog does a good job of allowing the user to
> choose bad channels, but has a few shortcomings:
>
> (1) It's difficult to see, at a …