Skip to content

Commit

Permalink
Run pre-commit hooks locally
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 28, 2024
1 parent a13e656 commit 279a4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lcm/entry_point_updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_lcm_function(
model.get_argsolve_continuous_problem(t, on="sim_state_choice_space")
for t in model.periods
]

argsolve_discrete_problem = [
model.get_argsolve_discrete_problem(t) for t in model.periods
]
Expand Down
2 changes: 1 addition & 1 deletion src/lcm/simulate_updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ def forward_simulation(
)
processed = {**processed, **calculated_targets}

return _as_data_frame(processed, n_periods=n_periods)
return _as_data_frame(processed, n_periods=n_periods)

0 comments on commit 279a4c1

Please sign in to comment.