Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Apr 6, 2020
1 parent 6746f63 commit 550fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/term_frequencies.py
Expand Up @@ -149,7 +149,7 @@ def make_adjustment_for_term_frequencies(
lookup = spark.sql(sql)
lookup.persist()
lookup.createOrReplaceTempView(f"{c}_lookup")

# Merge these lookup tables into main table
sql = sql_gen_add_adjumentments_to_df_e(term_freq_column_list)
logger.debug(_format_sql(sql))
Expand Down

0 comments on commit 550fe1e

Please sign in to comment.