-
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
Feature / Columnar data C API #711
Conversation
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
…aset. `main_model_impl` still lacks functionality to accommodate columnar data input Signed-off-by: Jerry Guo <[email protected]>
power_grid_model_c/power_grid_model_c/include/power_grid_model_c/dataset.h
Show resolved
Hide resolved
Signed-off-by: Jerry Guo <[email protected]>
…aset`, updated relevant api calls Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Martijn Govers <[email protected]>
…le-dataset' into feature/columnar-data-c-api Signed-off-by: Martijn Govers <[email protected]>
2001844
to
874c770
Compare
power_grid_model_c/power_grid_model/include/power_grid_model/auxiliary/dataset.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Martijn Govers <[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 cleanup on the clang-tidy
Signed-off-by: Martijn Govers <[email protected]>
Signed-off-by: Martijn Govers <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[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.
Looks good to me overall, just minor comments and the possible addition of tests for add_attribute_buffer
for deserialized data, may be needed.
power_grid_model_c/power_grid_model/include/power_grid_model/auxiliary/dataset.hpp
Outdated
Show resolved
Hide resolved
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_cpp/include/power_grid_model_cpp/handle.hpp
Show resolved
Hide resolved
power_grid_model_c/power_grid_model_c/include/power_grid_model_c/dataset.h
Show resolved
Hide resolved
Signed-off-by: Jerry Guo <[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.
@Jerry-Jinfeng-Guo please resolve the merge conflict and we should be good to go
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
Signed-off-by: Jerry Guo <[email protected]>
Hmmm. buffer overflow... |
Signed-off-by: Jerry Guo <[email protected]>
Fixed... |
Quality Gate passedIssues Measures |
Implements C API changes in #548
capi tests