-
Notifications
You must be signed in to change notification settings - Fork 32
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
[BUG] Validation fails for a configuration without three winding transformers #669
Labels
bug
Something isn't working
Comments
Hi @wfjvdham , Thank you for reporting. I will investigate and will get back to you as soon as I have an update. |
mgovers
added a commit
that referenced
this issue
Jul 9, 2024
…data Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
Cool! Thanks for the quick response |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 9, 2024
…without-other-trafo-type fix #669 transformer tap regulator without other transformer type in data
FYI @wfjvdham , the fix in #670 has been merged, but it may take up til an hour from now until CI finishes and
|
Closely related follow-up found in #671 . A fix will be available in a couple hours (most likely |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I get an KeyError: <ComponentType.three_winding_transformer: 'three_winding_transformer'> when validating a configuration that does not have any
three_winding_transformers
.To Reproduce
Expected behavior
I think it should be possible to validate an input_data object without three_winding_transformer?
Additional context
Can be solved by changing:
power-grid-model/src/power_grid_model/validation/rules.py
Lines 919 to 923 in b1903af
into:
The text was updated successfully, but these errors were encountered: