You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: