This commit is contained in:
iasonmanolas 2021-07-16 14:17:08 +03:00
commit 4988a78b94
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ struct SimulationResultsReporter {
{
const auto simulationResultPath = std::filesystem::path(reportFolderPath).append(history.label);
std::filesystem::create_directories(simulationResultPath);
createPlots(history, simulationResultPath, graphSuffix);
createPlots(history, simulationResultPath.string(), graphSuffix);
}
void reportResults(const std::vector<SimulationResults> &results,