Skip to content

Commit

Permalink
Update storage.py
Browse files Browse the repository at this point in the history
suppress message (not an issue if it occurs)
  • Loading branch information
barneydobson committed Nov 7, 2022
1 parent e33af9f commit 9f4475f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wsimod/nodes/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def infiltrate(self):
_ = self.tank.push_storage(retained, force = True)
#Any not sent is left in tank
if retained['volume'] > constants.FLOAT_ACCURACY:
print('unable to infiltrate')
#print('unable to infiltrate')
pass


class QueueGroundwater(Storage):
Expand Down

0 comments on commit 9f4475f

Please sign in to comment.