Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaButters authored Aug 1, 2024
1 parent 37c1ea9 commit 12cc63b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ def read_geometries(path, bbox=None):
# Look to see if a rainfall profile file have been added
rainfall_file = glob(inputs_path + "/rainfall_data.csv", recursive = True)
print('rainfall_file:', rainfall_file)
logging.info(f'Rainfall Total: {rainfall_total}')
print(f'Rainfall Total: {rainfall_total}')

if len(rainfall_file) == 1:
# Read rainfall_data
Expand Down

0 comments on commit 12cc63b

Please sign in to comment.