-
Notifications
You must be signed in to change notification settings - Fork 32
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/Re route validation tests #718
Conversation
Signed-off-by: Santiago Figueroa <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa <santiago.figueroa.manrique@alliander.com>
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
@figueroa1395 should the name of this PR be changed to only re-route validation tests? |
PR edited accordingly. |
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
Since I have started working on this PR again, this is very outdated at the moment. Many things have and will keep changing. |
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>
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>
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
At this stage all the single validation tests have been migrated to the Cpp API and pass. Next I will fix the batch validation. |
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
@figueroa1395 you need to resolve merge conflict, otherwise the CI will not start. |
@TonyXiang8787 Thanks, I did not know. I am doing a bit of refactoring and once I finish that, I will solve the conflict. |
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. will review the rest on monday when you're done cleaning up
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
The only things remaining at this point are doing a full manual clang tidy run and figuring out what is going on with the MacOS build. |
Signed-off-by: Tony Xiang <tony.xiang@alliander.com>
@figueroa1395 @mgovers
I have now pushed the fix. |
@TonyXiang8787 Thanks! Great find and fix. |
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
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.
Couple minor comments.
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.
halfway through the review. continuing now but then you can already process what i have so far
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
Quality Gate passedIssues Measures |
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 see no open points and therefore approve the PR.
Feel free to put it in the merge queue.
Re-route the validation tests through the C API:
Re-route the benchmarks through the C API:- [ ] Move the call for the benchmark to the C++ wrapper of the C API.- [ ] Remove the PGM core dependencies.Note: The re-routing of the benchmark won't be addressed here anymore, since it requieres more effort than initially anticipated. For the moment, it is taken out of the CI build and addressed on the nightly build #736
Closes #486