Skip to content

Commit c660f70

Browse files
committed
Working prototype, presents stats as it goes
1 parent d7343f5 commit c660f70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pam/operations/cropping.py

-4
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,8 @@ def simplify_population(
4848
del population.households[hid]
4949

5050
print("After simplification",population.stats)
51-
52-
print("Writing the hh and pid's to be removed to /mnt/efs/population/SE_v1_2040_developments_20240819_40wfh_hhsize_iter3_gc/combined/cropping_logs.csv")
53-
pd.DataFrame(track_those_removed).to_csv("/mnt/efs/population/SE_v1_2040_developments_20240819_40wfh_hhsize_iter3_gc/combined/cropping_logs.csv")
5451

5552

56-
5753
def simplify_external_plans(
5854
plan: Plan,
5955
boundary: Polygon,

0 commit comments

Comments
 (0)