Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Nov 13, 2024
1 parent 82d961c commit 9534ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphrag/query/indexer_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def read_indexer_reports(
# todo: pre 1.0 back-compat where community was a string
reports_df.loc[:, "community"] = reports_df["community"].fillna(-1)
reports_df.loc[:, "community"] = reports_df["community"].astype(int)

reports_df = reports_df.merge(
filtered_community_df, on="community", how="inner"
)
Expand Down

0 comments on commit 9534ab0

Please sign in to comment.