Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
78ca5053
Commit
78ca5053
authored
Aug 15, 2017
by
Marius Isken
Browse files
bugfix grond init
parent
2c92bb5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/grond
View file @
78ca5053
...
...
@@ -246,11 +246,14 @@ def command_init(args):
engine_config
=
grond
.
EngineConfig
(
gf_store_superdirs
=
[
'.'
])
solver_config
=
grond
.
HighScoreSolverConfig
()
config
=
grond
.
Config
(
rundir_template
=
op
.
join
(
op
.
abspath
(
op
.
curdir
),
'rundir'
),
dataset_config
=
dataset_config
,
target_groups
=
target_groups
,
problem_config
=
problem_config
,
solver_config
=
solver_config
,
engine_config
=
engine_config
)
events
=
'''name = 2011-myanmar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment