Skip to content

Commit

Permalink
Merge branch 'variation' of github.com:ika-rwth-aachen/RoadGeneration…
Browse files Browse the repository at this point in the history
… into variation
  • Loading branch information
jannikbusse committed Nov 17, 2023
2 parents c0a6057 + 9afd348 commit c2e485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variation/variation/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def copyTemplate():
shutil.copy(os.path.join(os.path.dirname(__file__), "resources/network.tmpl"), "network_example.tmpl")


def run_variation(fname, n=20, s=False, k=False, o=None, e=False):
def run_variation(fname, n=20, s=True, k=False, o=None, e=False):
cfg = config()
cfg.s = s
cfg.e = e
Expand Down

0 comments on commit c2e485b

Please sign in to comment.