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

Separate out linear model component of StaticLinear #385

Open
3 tasks
Tracked by #231
jamesturner246 opened this issue May 23, 2024 · 0 comments
Open
3 tasks
Tracked by #231

Separate out linear model component of StaticLinear #385

jamesturner246 opened this issue May 23, 2024 · 0 comments
Assignees
Labels

Comments

@jamesturner246
Copy link
Contributor

The StaticLinear module is currently very bloated, with things such as intervention policy, income class, sector etcetera, also being performed. We need to separate this functionality out into it's own module, with its own separate config.json, which can be called by the mechanism in #383. This will better facilitate modularity, code reuse and testability.

  • separate JSON config with loader
  • the concise module itself
  • interface with module loader

This module will NOT be used in simulations yet. Integration will come in a future PR, after testing and feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant