Skip to content

Commit

Permalink
small docstring changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vgro committed Sep 28, 2023
1 parent fb75874 commit a3cafbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_rainforest/models/hydrology/above_ground.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ def distribute_monthly_rainfall(
Args:
total_monthly_rainfall: Total monthly rainfall, [mm]
num_days (int, optional): Number of days to distribute the rainfall over.
num_days: Number of days to distribute the rainfall over
Returns:
An array containing the daily rainfall amounts [mm].
An array containing the daily rainfall amounts, [mm]
"""
np.random.seed(42) # TODO move this to core for all models to be the same

Expand Down

0 comments on commit a3cafbd

Please sign in to comment.