Using Julia 1.6.0, the RANSAC example code gave me the following error: UndefVarError: ColumnNorm not defined
I tracked the change to this commit - judging by the commit date I suspect it was introduced in version 1.7.0. I also see that the LinRegOutliers tests are passing for Julia 1.7 (the README badge is out of date)
The error was resolved after I upgraded to Julia to 1.7.1
Using Julia 1.6.0, the RANSAC example code gave me the following error:
UndefVarError: ColumnNorm not defined
I tracked the change to this commit - judging by the commit date I suspect it was introduced in version 1.7.0. I also see that the LinRegOutliers tests are passing for Julia 1.7 (the README badge is out of date)
The error was resolved after I upgraded to Julia to 1.7.1