Skip to content
Snippets Groups Projects
Commit 0fa24f11 authored by Franck Dary's avatar Franck Dary
Browse files

Added missing argument

parent 47213de3
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def oracleDecode(ts, strat, config, debug=False) :
print(str(candidates)+"\n"+("-"*80)+"\n", file=sys.stderr)
moved = applyTransition(ts, strat, config, candidate, 0.)
EOS.apply(config)
EOS.apply(config, strat)
################################################################################
################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment