concat#
- cogsworth.pop.concat(*pops)[source]#
Concatenate multiple populations into a single population
Note
The final population will have the same settings as the first population in the list (but data from all populations)
- Parameters:
- popslist of
PopulationorEvolvedPopulation List of populations to concatenate
- popslist of
- Returns:
- total_pop
PopulationorEvolvedPopulation The concatenated population
- total_pop