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()
|
||||
|
||||
def output_exists(week):
|
||||
outfile = Path(outdir) / str(week) / str(week)
|
||||
return outfile.exists()
|
||||
output = Path(outfile) / str(week) / str(week)
|
||||
return output.exists()
|
||||
|
||||
if not overwrite:
|
||||
print("not overwriting")
|
||||
|
Loading…
Reference in New Issue
Block a user