Unit tests involve a lot of dataframe creation and comparisons.
Those dataframes are created using usual factory functions, but it makes them not easily readable nor updatable.
What is the expected behavior?
We could load dataframes from a textual representation us
The algorithm uses the newton raphson method to obtain the states of the power system and also the power injection and flows using the Jacobian matrix (partial derivates of V and Theta). The program has two menus, one to choose the power system to analyze, and another one to show the solutions.
Code improvement
Unit tests involve a lot of dataframe creation and comparisons.
Those dataframes are created using usual factory functions, but it makes them not easily readable nor updatable.
We could load dataframes from a textual representation us