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

Allow better injection of data holding container choices #26

Closed
znicholls opened this issue Jan 22, 2024 · 1 comment · Fixed by #29
Closed

Allow better injection of data holding container choices #26

znicholls opened this issue Jan 22, 2024 · 1 comment · Fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@znicholls
Copy link
Contributor

It turns out that your data holding container can make a huge difference for ease and speed of e.g. model running and cost calculations. At the moment, our stack is very scmdata focussed, which isn't always the right choice. We should go through the stack and clear out this tight coupling to scmdata as much as possible.

@znicholls znicholls added the enhancement New feature or request label Jan 22, 2024
@znicholls znicholls self-assigned this Jan 22, 2024
@znicholls
Copy link
Contributor Author

znicholls commented Sep 12, 2024

While doing this:

  • move optional dependencies to actually being optional (e.g. scmdata, plotting dependencies)
  • install all optional dependencies for the tests done in Move to copier template #27
    • rationale: we want the tests to run with maximum coverage
      • also push this to copier

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

Successfully merging a pull request may close this issue.

1 participant