Skip to content

Commit

Permalink
fix(regional_activity): hardcode text column removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Tur committed Sep 13, 2024
1 parent 8019e8c commit 531bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sloyka/src/risks/regional_activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run_sloyka_modules(self) -> gpd.GeoDataFrame:
.to_list()
)

processed_geodata.dropna(subset=["text"], inplace=True)
processed_geodata.dropna(subset=[self.text], inplace=True)
processed_geodata = City_services().run(
df=processed_geodata, text_column=self.text
)
Expand Down

0 comments on commit 531bdf5

Please sign in to comment.