Skip to content

Commit

Permalink
Formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Re-st authored and github-actions[bot] committed Nov 23, 2023
1 parent 151b3d5 commit b74bcef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion analysis/age/hist_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ def cluster(df, year, n_clst, method, cluster_by, outdir, font_name, folder_name
if method == "kmeans":
insert_data_to_mongo(metroId, histdata, l1histcoll)
else:
l1statcoll = statcollection[folder_name + "_" + year + "_1level_" + method]
l1statcoll = statcollection[
folder_name + "_" + year + "_1level_" + method
]
l1statcoll.delete_many({"metroId": metroId})
insert_data_to_mongo(
metroId,
Expand Down
2 changes: 1 addition & 1 deletion scrap/utils/spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ def main() -> None:


if __name__ == "__main__":
main()
main()

0 comments on commit b74bcef

Please sign in to comment.