Skip to content

Commit

Permalink
Make it obvious where it's written
Browse files Browse the repository at this point in the history
  • Loading branch information
gac55 committed Sep 7, 2024
1 parent 30cdca5 commit d7343f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pam/operations/cropping.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def simplify_population(

print("After simplification",population.stats)

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")
pd.DataFrame(track_those_removed).to_csv("/mnt/efs/population/SE_v1_2040_developments_20240819_40wfh_hhsize_iter3_gc/combined/cropping_logs.csv")


Expand Down

0 comments on commit d7343f5

Please sign in to comment.