Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alee08 committed Jun 23, 2023
1 parent 53a1926 commit 435bbf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,3 @@ def test_ad_hoc_3(self):
self.assertEqual(len(dnf_problem.agent("a2").actions), 5)
self.assertEqual(len(dnf_problem.goals), 2)
self.assertTrue(dnf_problem.goals[0].is_fluent_exp())
with OneshotPlanner(problem_kind=dnf_problem.kind) as planner:
os_res = planner.solve(dnf_problem)

0 comments on commit 435bbf8

Please sign in to comment.