Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Mar 19, 2024
1 parent 4cded2c commit 2dcbbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ def shift_bio_clock(
# apply the transition path to the initial parameters
# find diff from shifting bio clock back total_effect years
param_shift[:, min_age_effect_felt:, ...] = param_in[
:, (min_age_effect_felt - total_effect_ru): S - total_effect_ru, ...
:, (min_age_effect_felt - total_effect_ru) : S - total_effect_ru, ...
]
if use_spline:
# use cubic spline to avoid plateau at end of lifecycle profile
Expand Down

0 comments on commit 2dcbbf0

Please sign in to comment.