Skip to content

Commit

Permalink
Update README.md example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapiano committed Aug 21, 2024
1 parent b84b9ed commit 29a5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local lin_ext_scale_factors::Float64
for tstep::Int64 in 2:n_timesteps
# Only re-scale if total cover is above a given threshold
lin_ext_scale_factors = if sum(C_cover[tstep-1, :, :]) < scale_threshold
lin_ext_scale_factors = 1
1
else
linear_extension_scale_factors(
C_cover[tstep-1, :, :],
Expand Down

0 comments on commit 29a5b54

Please sign in to comment.