Get rid of ID coercing errors on bind_rows in reproduce
Closed this issue · 2 comments
rosemckeon commented
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.
rosemckeon commented
In bind_rows_(x, .id) :
binding character and factor vector, coercing into character vector
rosemckeon commented
erg. Was just using test pop data from final formatted output. This error is not actually present in the model.