File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 version : ' 1.4.1'
4848 - name : Install Julia dependencies
4949 run : |
50- julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.com/APLA-Toolbox/PDDL.jl"))'
5150 julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.com/JuliaPy/PyCall.jl"))'
51+ julia --color=yes -e 'using Pkg; Pkg.add(Pkg.PackageSpec(path="https://github.com/APLA-Toolbox/PDDL.jl"))'
5252 - name : Install Python dependencies
5353 run : |
5454 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_astar_init():
1919def test_astar_goal ():
2020 apla = AutomatedPlanner ("data/domain.pddl" , "data/problem.pddl" )
2121 path , _ = apla .astar_best_first_search ()
22- assert apla .available_heuristics ["goal_count" ](path [- 1 ], apla ) == 0
22+ assert apla .available_heuristics ["goal_count" ](path [- 1 ]. state , apla ) == 0
2323
2424
2525def test_astar_path_length ():
You can’t perform that action at this time.
0 commit comments