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

Variable summing update to work in all cases #319

Open
rschwant opened this issue Nov 26, 2024 · 0 comments
Open

Variable summing update to work in all cases #319

rschwant opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rschwant
Copy link
Collaborator

You need to specify variables in order for summing to work. This is not a huge problem because you can just add the variables in the yaml file and all works well. But let's update this so that if you do not provide any changes to the variables, you can still sum variables. I believe all that is needed is to add a line in the driver

if variable_dict = None:
variable_dict = [].

But we could find other solutions too. This is non-urgent and can be fixed after AGU and holidays but noting it here so we do not forget to update.

@rschwant rschwant added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant