Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 6bc51c7

Browse files
committed
Typos
1 parent 2d6778a commit 6bc51c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

INPMT/__processing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,7 @@ def get_urban_profile(
351351
type='item')
352352
result.loc[i, "HAB_DIV"] = len_ctr
353353
try:
354-
df_hd = df_hd.pivot_table(
355-
columns="Label", values="Proportion (%)", aggfunc="sum"
356-
) # noqa
354+
df_hd = df_hd.pivot_table(columns="Label", values="Proportion (%)", aggfunc="sum") # noqa
357355
df_hd.rename(index={"Proportion (%)": int(i)}, inplace=True)
358356
result.loc[i, df_hd.columns] = df_hd.loc[i, :].values
359357
except KeyError:

0 commit comments

Comments
 (0)