From f15fdcc2bccff2588fedad5249fc1eee2cd17161 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:02:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/lcm/entry_point_updated.py | 2 +- src/lcm/simulate_updated.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lcm/entry_point_updated.py b/src/lcm/entry_point_updated.py index d7260563..d4450460 100644 --- a/src/lcm/entry_point_updated.py +++ b/src/lcm/entry_point_updated.py @@ -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 ] diff --git a/src/lcm/simulate_updated.py b/src/lcm/simulate_updated.py index 5780b118..1e5f809a 100644 --- a/src/lcm/simulate_updated.py +++ b/src/lcm/simulate_updated.py @@ -165,4 +165,4 @@ def forward_simulation( ) processed = {**processed, **calculated_targets} - return _as_data_frame(processed, n_periods=n_periods) \ No newline at end of file + return _as_data_frame(processed, n_periods=n_periods)