CorrectMatch.jl icon indicating copy to clipboard operation
CorrectMatch.jl copied to clipboard

Source code for https://nature.com/articles/s41467-019-10933-3

Results 2 CorrectMatch.jl issues
Sort by recently updated
recently updated
newest added

I am unable to run the individual_uniqueness function, and am getting the error Could not load library "C:\Users\myuser\.julia\packages\CorrectMatch\3WzMC\src\..\deps\builds\mvndst" the specified module could not be found. Yet `isfile("C:\Users\myuser\.julia\packages\CorrectMatch\3WzMC\src\..\deps\builds\mvndst")` is true, so...

I'm trying to follow the examples with my data which is incomplete, but the function `uniqueness` doesn't handle `Union{Int, Missing}`. According to your paper, your method is able to handle...

enhancement
good first issue