Skip to content

Commit

Permalink
FIx sim.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlesch committed Jan 14, 2025
1 parent 38e95e6 commit 99530de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dcegm/simulation/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def simulate_all_periods(
value_solved=value_solved,
policy_solved=policy_solved,
map_state_choice_to_index=jnp.asarray(
model_structure_solution["map_state_choice_to_index"]
model_structure_solution["map_state_choice_to_index_with_proxy"]
),
choice_range=model_structure_solution["choice_range"],
compute_exog_transition_vec=model_funcs_sim["compute_exog_transition_vec"],
Expand Down

0 comments on commit 99530de

Please sign in to comment.