Skip to content

Commit

Permalink
Integrate comments from review
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Sep 23, 2024
1 parent 9b7133f commit 7fc731e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/input_processing/test_process_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
process_model,
)
from lcm.mark import StochasticInfo
from tests.test_models import (
get_model_config,
)
from tests.test_models import get_model_config


@dataclass
Expand Down
4 changes: 1 addition & 3 deletions tests/test_entry_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
from lcm.model_functions import get_utility_and_feasibility_function
from lcm.state_space import create_state_choice_space
from tests.test_models import get_model_config
from tests.test_models.deterministic import (
RetirementStatus,
)
from tests.test_models.deterministic import RetirementStatus
from tests.test_models.deterministic import utility as iskhakov_et_al_2017_utility
from tests.test_models.discrete_deterministic import ConsumptionChoice

Expand Down

0 comments on commit 7fc731e

Please sign in to comment.