Skip to content

Commit

Permalink
Merge pull request #2259 from moj-analytical-services/samnlindsay-pat…
Browse files Browse the repository at this point in the history
…ch-1

ctl.date_comparison bug fix
  • Loading branch information
samnlindsay authored Jul 16, 2024
2 parents 330520f + ecb4ea9 commit 854f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/comparison_template_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __init__(
)

if m_probability_1st_january:
comparison_level["m_probability"] = m_probability_1st_january
comparison_level.m_probability = m_probability_1st_january
if term_frequency_adjustments:
comparison_level["tf_adjustment_column"] = col_name
comparison_levels.append(comparison_level)
Expand Down

0 comments on commit 854f716

Please sign in to comment.