-
Notifications
You must be signed in to change notification settings - Fork 33
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
Optional ID refactor: part 3 #843
Conversation
This reverts commit 520c174. Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
power_grid_model_c/power_grid_model/include/power_grid_model/main_core/update.hpp
Outdated
Show resolved
Hide resolved
The remaining problem comes from the fact that Note: Only the API tests regarding what's mentioned above are failing. Every other one, including on the Python side, passes just fine. |
power_grid_model_c/power_grid_model/include/power_grid_model/main_core/update.hpp
Outdated
Show resolved
Hide resolved
how doesn't it hold up anymore? is that because you have 2 steps now; one involving the globally cached components, and another involving the locally cached ones? if so, you can maybe go with one (or a combination) of the following solutions:
|
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
power_grid_model_c/power_grid_model/include/power_grid_model/main_core/core_utils.hpp
Outdated
Show resolved
Hide resolved
power_grid_model_c/power_grid_model/include/power_grid_model/main_core/update.hpp
Show resolved
Hide resolved
power_grid_model_c/power_grid_model/include/power_grid_model/main_model_impl.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
power_grid_model_c/power_grid_model/include/power_grid_model/main_core/update.hpp
Outdated
Show resolved
Hide resolved
power_grid_model_c/power_grid_model/include/power_grid_model/main_model_impl.hpp
Show resolved
Hide resolved
Nothing major left, only minor comments like above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no other comments from my end
power_grid_model_c/power_grid_model/include/power_grid_model/main_model_impl.hpp
Outdated
Show resolved
Hide resolved
power_grid_model_c/power_grid_model/include/power_grid_model/main_model_impl.hpp
Show resolved
Hide resolved
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
The two issues are actually quite trivial to fix, could you patch them? @figueroa1395 |
I had completely missed them. Thanks for the reminder. They have been addressed now. |
Quality Gate passedIssues Measures |
Follow-up PR after #828. Closes #806