Skip to content

Commit

Permalink
remove refs to surv rate in demog comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Oct 24, 2023
1 parent 7fd1f82 commit 9a25838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ogmys/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ def get_pop_objs(
g_n_SS (scalar): steady-state population growth rate
omega_SS (Numpy array): normalized steady-state population
distribution, length S
surv_rates (Numpy array): survival rates that correspond to
each model period of life, length S
mort_rates (Numpy array): mortality rates that correspond to
each model period of life, length S
g_n_path (Numpy array): population growth rates over the time
Expand Down Expand Up @@ -675,7 +673,7 @@ def get_pop_objs(
output_dir=OUTPUT_DIR,
)

# return omega_path_S, g_n_SS, omega_SSfx, survival rates,
# return omega_path_S, g_n_SS, omega_SSfx,
# mort_rates_S, and g_n_path
pop_dict = {
"omega": omega_path_S.T,
Expand Down

0 comments on commit 9a25838

Please sign in to comment.