-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adjustment to c api #11
Conversation
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
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.
great progress. a couple remarks
..._grid_model_io_native/include/power_grid_model_io_native/vnf_converter/vnf_pgm_converter.hpp
Outdated
Show resolved
Hide resolved
power_grid_model_io_native_c/power_grid_model_io_native_c/src/vnf_pgm_converter.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Laurynas Jagutis <[email protected]>
…-type-member-init back to clang tidy Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
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.
mostly alright. couple minor remarks left
..._grid_model_io_native/include/power_grid_model_io_native/vnf_converter/vnf_pgm_converter.hpp
Outdated
Show resolved
Hide resolved
...tive_c/power_grid_model_io_native_c/include/power_grid_model_io_native_c/vnf_pgm_converter.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Laurynas Jagutis <[email protected]>
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.
I'm OK with the PR in the current state, but please add a follow-up PR that adds C++ unit tests + C API tests for the existing functionality.
Basically, we want to do continuous improvements:
- first, being able to create + call the C API [done]
- then, being able to create the converter + return a basic string (can be anything) [implemented but untested; this PR]
- then, doing the same, but from the Python side [next ticket]
- then, being able to parse nodes [todo]
to prove that we don't break anything along the way and really are moving forward, tests are important.
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.
feel free to do the last 2 comments in a separate PR instead if you prefer
...tive_c/power_grid_model_io_native_c/include/power_grid_model_io_native_c/vnf_pgm_converter.h
Outdated
Show resolved
Hide resolved
power_grid_model_io_native_c/power_grid_model_io_native_c/src/vnf_pgm_converter.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Laurynas Jagutis <[email protected]>
Signed-off-by: Laurynas Jagutis <[email protected]>
Quality Gate passedIssues Measures |
Change to c api