Merge pull request #4501 from hnil/fixes_ebosinterface

- small change to corret ebos use of the original interfaces
This commit is contained in:
Bård Skaflestad
2023-03-02 10:38:06 +01:00
committed by GitHub
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -917,7 +917,7 @@ public:
// to the first "real" episode/report step
// for restart the episode index and start is already set
if (!initconfig.restartRequested()) {
simulator.startNextEpisode(schedule.seconds(0));
simulator.startNextEpisode(schedule.seconds(1));
simulator.setEpisodeIndex(0);
}
}