-
Notifications
You must be signed in to change notification settings - Fork 502
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] Test fail on Mac OS for tap dependent impedance #2519
Comments
Hello, thanks for raising the awareness to this issue, currently there is a large PR in the making which will change some of the inner workings regarding this part of pandapower. @tellitos, could you perhaps point me to which tutorial this problem arose? BR |
@vogt31337 thanks for answering im referring to this Tutorial: Four bus system It seems to be like the angle just gets -150 |
@j0m0k0, @tellitos I have talked with @pawellytaev and the discrepancy is, because the shift_degree from the trafo is now set to 150° and not to 0°. If you change this back it'll return the old results. @j0m0k0, why the tests are failing on MacOS, I can't help. I do not have access to a Mac. Maybe you retry it again and post more output of the actual error message. |
Bug report checklis
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Reproduced the issue after updating with
pip install --upgrade pandapower
(orgit pull
)Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Reproducible Example
Install the latest version of pandapower in Mac OS M2, using pip.
Then run the following code, as mentioned in the documentation here
Issue Description and Traceback
There is one test that fails:
Expected Behavior
All tests should pass.
Installed Versions
Label
The text was updated successfully, but these errors were encountered: