Skip to content

Commit

Permalink
fixed accidentally broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-emberton committed Oct 21, 2024
1 parent 6ba5878 commit 55131c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrealm/core/solar.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def calc_ppfd(
>>> n_days = np.array([366])
>>> # Evaluate function
>>> calc_ppfd(sf=sf, elv=elv, latitude=latitude, julian_day=julian_day, \
>>> n_days=n_days, const=const)
... n_days=n_days, const=const)
array([62.04230021])
"""
Expand Down

0 comments on commit 55131c1

Please sign in to comment.