Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Mar 18, 2024
1 parent 9e3e24f commit 48f6e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void apply() throws Exception {
"--network", output.resolve("network.xml").toString(),
"--input-features", output.resolve("network-ft.csv").toString(),
"--output", output.resolve("network-opt.xml").toString(),
"--model", "org.matsim.application.prepare.network.opt.ref.GermanyNetworkParams"
"--model", "org.matsim.application.prepare.network.params.ref.GermanyNetworkParams"
);

assertThat(output.resolve("network-opt.xml")).exists();
Expand Down

0 comments on commit 48f6e32

Please sign in to comment.