estimate_u_using_random_sampling results in error "unique_id" not found #2656
Answered
by
RobinL
Anders Alexandersson (aalexandersson)
asked this question in
Q&A
|
I'm converting my code from 3.9.15 to 4.0.7, and in 4.0.7 estimate_u_using_random_sampling results in error "unique_id" not found. I'm using the default DuckDB, and I'm on Windows 11. This code worked in Splink 3.9.15 on simulated data: This code fails in Splink 4.0.7 on real data: Is this an issue in Splink 4.0.7 or am I making a user error? Here is the long error output: |
Answered by
RobinL
Mar 18, 2025
Replies: 1 comment
|
Thanks for the report, looks like this is a bug caused by this recent PR: If you downgrade to 4.0.6 it should work. We will endeavour to fix asap! - i created an issue here |
0 replies
Answer selected by
aalexandersson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the report, looks like this is a bug caused by this recent PR:
https://github.com/moj-analytical-services/splink/pull/2642/files
Which hardcoded unique_id rather than using the unique id column name provided by the user.
If you downgrade to 4.0.6 it should work. We will endeavour to fix asap! - i created an issue here
#2657