Skip to content

Commit

Permalink
Merge branch 'main' into likelihood
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell authored Feb 18, 2024
2 parents 172e727 + df4a911 commit 32766bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcegm/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def solve_single_period(
marg_util_interpolated_previous_period: jnp.ndarray,
params: Dict[str, float],
state_objects: Dict[str, np.ndarray],
reshape_state_choice_vec_to_mat_prev_period,
reshape_state_choice_vec_to_mat_prev_period: np.ndarray,
exog_savings_grid: np.ndarray,
resources_period: jnp.ndarray,
income_shock_weights: jnp.ndarray,
Expand Down

0 comments on commit 32766bc

Please sign in to comment.