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 724d6fe commit abfc91b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ void testOutputFileParsing() throws IOException {
"mock_outputs/reactiveopf_results_voltages.csv"));
try (ComputationManager computationManager = new LocalComputationManager(new LocalComputationConfig(tmpDir),
localCommandExecutor, ForkJoinPool.commonPool())) {
OpenReacParameters parameters = new OpenReacParameters();
parameters.setLogLevelAmpl(OpenReacAmplLogLevel.DEBUG);
OpenReacResult openReacResult = OpenReacRunner.run(network,
network.getVariantManager().getWorkingVariantId(), parameters, new OpenReacConfig(true),
network.getVariantManager().getWorkingVariantId(), new OpenReacParameters(), new OpenReacConfig(true),
computationManager);

assertEquals(OpenReacStatus.OK, openReacResult.getStatus());
Expand Down

0 comments on commit abfc91b

Please sign in to comment.