Skip to content

Commit

Permalink
Delete array not used. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBlesch authored Oct 8, 2024
1 parent 3ec59ad commit ec6c2c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dcegm/pre_processing/setup_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def setup_model(
model_structure=model_structure,
options=options,
)
# Delete large array which is not needed
model_structure.pop("map_state_choice_to_child_states")

return {
"options": options,
Expand Down

0 comments on commit ec6c2c5

Please sign in to comment.