Skip to content

Commit

Permalink
fix drt-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Oct 10, 2023
1 parent 3e477ca commit f734358
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,14 @@ public void testDrtWithPrebooking() {

config.controler().setOverwriteFileSetting(OverwriteFileSetting.deleteDirectoryIfExists);
config.controler().setOutputDirectory(utils.getOutputDirectory());

config.controler().setOutputDirectory("/home/shoerl/drt_examples_output");

Controler controller = DrtControlerCreator.createControler(config, false);
controller.addOverridingModule(new PrebookingModule());
FixedSharePrebookingLogic.install("drt", 0.5, 4.0 * 3600.0, controller);

controller.run();
}

@Test
public void testElectricDrtWithPrebooking() {
URL configUrl = IOUtils.extendUrl(ExamplesUtils.getTestScenarioURL("mielec"), "mielec_edrt_config.xml");
Expand Down

0 comments on commit f734358

Please sign in to comment.