-
Integer type takes substantially less space in memory than numeric type. Here, it would make the content object smaller if all the population sizes that are multiples of 1000 were multiplied by 1000 a…
-
In all our examples we do
set_number_of_neurons_per_core before creating the Populations
So
sim.set_number_of_neurons_per_core(sim.IF_curr_exp, 2)
pop_1 = sim.Population(10, sim.IF_curr_exp(), l…
-
Dear @millanek and community,
I have questions about the order of population set when running Dusite Dtrios.
If I have 3 populations (P1, P2, P3) and an outgroup population, the two orders in the …
-
Issue in ./help/using/integration/integration-aep/aam-aep-audience-sharing.md
Currently, the section explains possible causes for segment populations in the two systems when exporting AEP segments …
-
The number of values must equal the numer of individuals, if I understand it correctly. A check for the correct number should be provided, as now a .net-error is thrown if the number of values does no…
-
Currently, check I2 checks whether there are duplicated IndvIDs within populations and throws an error if so. Among populations, IndvIDs are not assumed to be unique.
However, when working on the U…
-
Hi,
I would like to report on a typo in the plot_block function for the option "orientation"
> plot_block(parent.t.sliced_blocklist, orientation="front")
Error in plot_block(parent.t.sliced_bl…
-
Might be an easy fix. Here's an example of failing code (modified from the existing mfpt tests).
```
import numpy as np
from msmbuilder import tpt
from msmbuilder.msm import MarkovStateModel
…
-
Question: can we match the color of the heatmap with the the color picker of the active population? the reason is that when we have more than one populations selected, we see the heatmap only in white…
-
Hi, is the number of sites in .mafs.gz file supposed to be different from those in angsd log file? For one of my populations I get a different value when counted with wc -l of .mafs.gz. For all other …