Skip to content

Commit

Permalink
remove sim control example in SampleProcedure
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati authored and JoelCourtney committed Sep 6, 2024
1 parent 6b13129 commit cbbafd0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ public void run(@NotNull final EditablePlan plan) {
currentTime = currentTime.plus(step);
}
plan.commit();
// var results = plan.simulate(new SimulateOptions());
// var size = results.instances().collect().size();
}
}

0 comments on commit cbbafd0

Please sign in to comment.