UPGo-McGill / matchr

Fast and Reliable Matching of Images
Other
2 stars 0 forks source link

rbind fails on data frames with matchr vector columns #19

Open dwachsmuth opened 3 years ago

dwachsmuth commented 3 years ago

The problem is that rbind.data.frame is calling levels on the matchr columns, and there is no method for them. Defining levels.matchr_signature <- levels.default doesn't fix the problem.