rosemckeon/ploidy

Get rid of ID coercing errors on bind_rows in reproduce

Closed this issue · 2 comments

Creating ovules and zygotes using bind_rows and for loops causes issues because IDs begin as factors. Remove warnings by making sure all IDs are plain character format. Convert to factor in final output data instead, once all possible IDs are final.

In bind_rows_(x, .id) :
  binding character and factor vector, coercing into character vector

erg. Was just using test pop data from final formatted output. This error is not actually present in the model.