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

Fix wildcard variable aggregation #446

Closed

Conversation

phackstock
Copy link
Contributor

Closes #445, closes #444.

@danielhuppmann, this PR starts the work on #444.
The issue is a direct dict lookup that fails for a variable code that contains a wildcard.
I have started to fix is but so far I have only changed the return value of the broken function to a string from a VariableCode. The reason for that is that with wildcard variable codes we cannot know what the actual variable is called.

@phackstock phackstock added the bug Something isn't working label Dec 19, 2024
@phackstock phackstock self-assigned this Dec 19, 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
None yet
2 participants