Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The current test
test_WSCC9_SDC_detection
takes quite long time to run. When I wrote this test the intention was to prove theSwitchEstimator
since at this time there was no test available. However, with #404 this has changed. The detection in this large power system is really expensive and testing this in the CI pipeline is probably not really necessary sincetest_problems.py
,Thus I decided to change the test by removing the detection part and only testing the
get_switching_info
method of the problem class.What do you think about that?