Skip to content

Commit

Permalink
More cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlesch committed Oct 18, 2023
1 parent 3fa39bc commit dfb6c6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dcegm/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@ def backward_induction(
results = {}
results[n_periods - 1] = final_period_results

endog_grid_state_choice = final_period_results["endog_grid"]
value_state_choice = final_period_results["value"]
policy_left_state_choice = final_period_results["policy_left"]
policy_right_state_choice = final_period_results["policy_right"]

for period in range(n_periods - 2, -1, -1):
state_objects = period_specific_state_objects[period]

Expand Down

0 comments on commit dfb6c6d

Please sign in to comment.