File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,10 +48,7 @@ def test_data_analyst_plot_dijkstra_one_pddl():
4848
4949def test_data_analyst_plot_astar_h_goal_count_one_pddl ():
5050 da = DataAnalyst ()
51- da .plot_astar_data (
52- domain = "pddl-examples/flip/domain.pddl" ,
53- problem = "pddl-examples/flip/problem.pddl" ,
54- )
51+ da .plot_astar (domain = "pddl-examples/flip/domain.pddl" , problem = "pddl-examples/flip/problem.pddl" )
5552 assert True
5653
5754
@@ -75,13 +72,13 @@ def test_data_analyst_plot_dijkstra():
7572
7673def test_data_analyst_plot_astar_h_goal_count ():
7774 da = DataAnalyst ()
78- da .plot_astar_data ()
75+ da .plot_astar ()
7976 assert True
8077
8178
8279def test_data_analyst_plot_astar_h_zero ():
8380 da = DataAnalyst ()
84- da .plot_astar_data (heuristic_key = "zero" )
81+ da .plot_astar (heuristic_key = "zero" )
8582 assert True
8683
8784
You can’t perform that action at this time.
0 commit comments