Closed ajrominger closed 1 year ago
currently when roleModel object is initialized there's just nonsense pop gen data added to it
roleModel
The nonsense popgen data is populated into modelSteps[[1]], but the sim_seqs function overwrites spGenDiv and indSeqs in modelSteps[[1]], so i think we can safely just ignore this and close the issue.
modelSteps[[1]]
sim_seqs
spGenDiv
indSeqs
currently when
roleModel
object is initialized there's just nonsense pop gen data added to it