powsybl / powsybl-optimizer

1 stars 2 forks source link

Remove management of optional input files in AMPL #48

Closed p-arvy closed 2 months ago

p-arvy commented 9 months ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem?

What kind of change does this PR introduce?

Remove the management of non provided parameter files. Now, AMPL code must be executed via Java interface, or user must provide manually the parameter files.

What is the current behavior?

If no param files are provided, empty files are created.

What is the new behavior (if this is a feature change)? If no param files are provided, ampl code crashes.

Does this PR introduce a breaking change or deprecate an API?

If yes, please check if the following requirements are fulfilled

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information