powsybl-core icon indicating copy to clipboard operation
powsybl-core copied to clipboard

Remove limit violation filter from security analysis SPI

Open sylvlecl opened this issue 2 years ago • 1 comments

  • Do you want to request a feature or report a bug?

Removal of obsolete component.

  • What is the current behavior?

The security analysis providers are expected to take into account a LimitViolationFilter which can remove some violations from the result.

I would propose to remove that parameter from the SPI because:

  • its behaviour can, and probably should, be implemented as post processing of the result
  • it's redundant with the violation detector (which design and presence in the SPI is also questionable, indeed)

This is a proposition, to be discussed.

sylvlecl avatar Nov 17 '22 10:11 sylvlecl

Ok, I would also remove the violation detector from SPI as it is impl related

geofjamg avatar Nov 17 '22 11:11 geofjamg