Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathleen Kiker committed Nov 13, 2024
1 parent 415278a commit b4ac770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam_impact_study/physical_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def select_asteroid_size(min_diam: float, max_diam: float, seed: int = 13612) ->
Returns
-------
diam : float
Asteroid diameter, in kilometers.
Asteroid diameter, in kilometers.
"""
rng = np.random.default_rng(seed)
return rng.uniform(min_diam, max_diam)
Expand Down

0 comments on commit b4ac770

Please sign in to comment.