bugfix in filling in missing
This commit is contained in:
parent
a7182ff3dc
commit
9590e18a07
@ -122,8 +122,8 @@ def cosine_similarities_weekly(tfidf_path, outfile, term_colname, included_subre
|
|||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
def output_exists(week):
|
def output_exists(week):
|
||||||
outfile = Path(outdir) / str(week) / str(week)
|
output = Path(outfile) / str(week) / str(week)
|
||||||
return outfile.exists()
|
return output.exists()
|
||||||
|
|
||||||
if not overwrite:
|
if not overwrite:
|
||||||
print("not overwriting")
|
print("not overwriting")
|
||||||
|
Loading…
Reference in New Issue
Block a user