We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the paper https://ieeexplore.ieee.org/abstract/document/780914, the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.
MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:
RTS-GMLC/RTS_Data/FormattedData/MATPOWER/script.py
Line 109 in 8688552
and
RTS-GMLC/RTS_Data/FormattedData/pandapower/source_data_to_pp.py
Line 72 in 8688552
respectively.
(Or change the sign in the source data in the repositiory.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the paper https://ieeexplore.ieee.org/abstract/document/780914, the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.
MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:
RTS-GMLC/RTS_Data/FormattedData/MATPOWER/script.py
Line 109 in 8688552
and
RTS-GMLC/RTS_Data/FormattedData/pandapower/source_data_to_pp.py
Line 72 in 8688552
respectively.
(Or change the sign in the source data in the repositiory.)
The text was updated successfully, but these errors were encountered: