Skip to content

Commit a79efac

Browse files
committed
fix pddl path in test
1 parent 4ef0234 commit a79efac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ logs/*
134134
!logs/.gitkeep
135135
data.json
136136
pddl-examples/*
137+
data/*

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import coloredlogs
99
import sys
1010

11-
apla = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
11+
apla = AutomatedPlanner("pddl-examples/dinner/domain.pddl", "pddl-examples/dinner/problem.pddl")
1212

1313

1414
def test_searchDFS():

0 commit comments

Comments
 (0)