Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
Signed-off-by: p-arvy <[email protected]>
  • Loading branch information
p-arvy committed Dec 19, 2024
1 parent dffa71c commit be08608
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 be08608

Please sign in to comment.