Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Add Args to RunController() to Allow Restarting from Iteration X and Component Y #176

Open
8 tasks
i-am-sijia opened this issue Nov 6, 2024 · 1 comment
Labels
feature New feature or request

Comments

@i-am-sijia
Copy link
Collaborator

i-am-sijia commented Nov 6, 2024

User Story

As a model user, I'd like to have the option to restart from e.g., highway assignment of global iteration 2, and run all subsequent components in global iteration 2 and all components in global iteration 3. In the current tm2py, to skip a component, users can comment it out in the scenario toml, but doing so skips the component for all global iterations.

Progress:

  • Sufficiently defined
  • Approach determined
  • Tests developed
  • User story satisfied
  • Doc strings
  • General documentation
  • Passing tests

Priority

Med to High

Level of Effort

Low

Resolution Ideas

We can add optional arguments to RunController() to pass in user specified starting global iteration number and component name. This way, the user does not need to change the scenario toml; and a component won't be skipped for all global iterations. There will be codes added to tm2py to set up this functionality.

Project

Who should be involved?

Users: @gregerhardt @lmz @FlaviaTsang
Reviewers: @e-lo @DavidOry @AshishKuls

Risk

Tests

  • Test for...
@DavidOry
Copy link
Collaborator

DavidOry commented Nov 6, 2024

Can we also add a command line call with these as args?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants