UPGo-McGill / matchr

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

NA handling in match_signatures #21

Closed dwachsmuth closed 3 years ago

dwachsmuth commented 3 years ago

Currently this fails:

x_sig <- create_signature("tlkjf")
match_signatures(x_sig)
dwachsmuth commented 3 years ago

Likewise, an empty input fails

match_signatures(new_signature())