Skip to content

Commit

Permalink
deleted some print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexi Van Blunk committed Jul 17, 2023
1 parent f6df5ef commit 39d9ae4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions scripts/outwash_ms/running_outwash100.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,5 @@
t_total_minutes = t_total_seconds / 60
t_total_hours = t_total_seconds / 3600

print("\n")
print(round(t_total_minutes))
print(round(t_total_hours, 1))
print("\n")

# save variables
cascade_outwash100.save(save_dir100)
3 changes: 0 additions & 3 deletions scripts/outwash_ms/running_overwash_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,5 @@
t_total_minutes = t_total_seconds / 60
t_total_hours = t_total_seconds / 3600

print("\n", round(t_total_minutes))
print(round(t_total_hours, 1))

# save variables
cascade_b3d_only.save(save_dir_b3d)

0 comments on commit 39d9ae4

Please sign in to comment.