Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
Signed-off-by: p-arvy <pierre.arvy@artelys.com>
  • Loading branch information
p-arvy committed Dec 30, 2024
1 parent 1044424 commit 7070e0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void testParametrizationIndicators() throws IOException {
.setShuntVariableScalingFactor(0.11);
OpenReacResult result = runOpenReac(network, "optimization/indicators/input-parameters-test", parameters, true);

// verify buses outside main SC have been excluded
assertEquals("WARNING", result.getIndicators().get("log_level_ampl"));
assertEquals(1, Integer.parseInt(result.getIndicators().get("log_level_knitro")));
assertEquals(2, Integer.parseInt(result.getIndicators().get("objective_choice")));
Expand Down

0 comments on commit 7070e0e

Please sign in to comment.