add check for valid dimension name before creating new variable#360
Merged
lkstrp merged 5 commits intoPyPSA:masterfrom Dec 12, 2024
Merged
add check for valid dimension name before creating new variable#360lkstrp merged 5 commits intoPyPSA:masterfrom
lkstrp merged 5 commits intoPyPSA:masterfrom
Conversation
Add function to ensure that added variables do not use unvalid dimension names.
lkstrp
reviewed
Nov 27, 2024
Member
lkstrp
left a comment
There was a problem hiding this comment.
Hey @tom-welfonder, thanks for the contribution! And sorry for taking a while. That looks like a useful check. Just some minor things.
More condensed check of dim_names Co-authored-by: Lukas Trippe <lkstrp@pm.me>
remove unnecessary else block Co-authored-by: Lukas Trippe <lkstrp@pm.me>
make check_valid_dim_names private Co-authored-by: Lukas Trippe <lkstrp@pm.me>
make check_valid_dim_names private Co-authored-by: Lukas Trippe <lkstrp@pm.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add function to ensure that added variables do not use unvalid dimension names.
Add test for variable assignment with invalid dimension name.
This code adds a more meaning full error message if users try to create new variables with invalid dimension names.
Old behavior is described in #359.