Skip to content

Commit

Permalink
fix location of plot
Browse files Browse the repository at this point in the history
  • Loading branch information
salmma committed Mar 31, 2022
1 parent 94fc63a commit 0f8041c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ public void analyzeSensitivity(McdaSensitivityAnalysisJob mcdaSensitivityAnalysi
if (prioritizationServiceResultLocationResponse.getStatus().equalsIgnoreCase("success")) {
//get location where html plot is stored
String plotFileLocation = prioritizationServiceResultLocationResponse.getOutputs().get(1).getHref();
//FIXME
plotFileLocation = plotFileLocation.replaceFirst("qhana-plugin-runner:8080", "localhost:5005");
mcdaSensitivityAnalysisJob.setPlotFileLocation(plotFileLocation);

//get location where sensitivity analysis result is stored
Expand Down

0 comments on commit 0f8041c

Please sign in to comment.