Skip to content

Commit

Permalink
rename api
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed May 16, 2024
1 parent 8290dfb commit a6b3176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/demos/examples/duckdb/deduplicate_50k_synthetic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"\n",
"cumulative_comparisons_to_be_scored_from_blocking_rules_chart(\n",
" table_or_tables=df,\n",
" blocking_rule_creators=blocking_rules,\n",
" blocking_rules=blocking_rules,\n",
" db_api=db_api,\n",
" link_type=\"dedupe_only\",\n",
")"
Expand Down
4 changes: 2 additions & 2 deletions docs/demos/tutorials/03_Blocking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"for br in blocking_rules_for_analysis:\n",
" counts = count_comparisons_from_blocking_rule(\n",
" table_or_tables=df,\n",
" blocking_rule_creator=br,\n",
" blocking_rule=br,\n",
" link_type=\"dedupe_only\",\n",
" db_api=db_api,\n",
" )\n",
Expand Down Expand Up @@ -513,4 +513,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit a6b3176

Please sign in to comment.