Skip to content

Commit

Permalink
Merge pull request #19 from ale-gaudenzi/master
Browse files Browse the repository at this point in the history
fix -noout per anytime
  • Loading branch information
serivan authored Nov 1, 2023
2 parents b8c3819 + 57d3360 commit 8fdcfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up_lpg/lpg_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _get_anytime_cmd(self, domain_filename: str, problem_filename: str, plan_fil
'-o', domain_filename,
'-f', problem_filename,
'-n', '1000',
'-noout'] + self._options
'-out', plan_filename] + self._options
return base_command

def _get_solutions(
Expand Down

0 comments on commit 8fdcfc0

Please sign in to comment.