role-model / roleR

R package implementing the RoLE model
https://role-model.github.io/roleR
GNU General Public License v3.0
1 stars 2 forks source link

decide how and if to initialized pop gen data #94

Closed ajrominger closed 1 year ago

ajrominger commented 1 year ago

currently when roleModel object is initialized there's just nonsense pop gen data added to it

isaacovercast commented 1 year ago

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.