We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ff0f7 commit b11a222Copy full SHA for b11a222
1 file changed
tests/test_data_analyst.py
@@ -11,6 +11,13 @@ def test_data_analyst_constructor():
11
_ = DataAnalyst()
12
assert True
13
14
+def test_heuristics_comparer():
15
+ da = DataAnalyst()
16
+ da.comparative_astar_heuristic_plot()
17
+
18
+def test_heuristics_comparer_single():
19
20
+ da.comparative_astar_heuristic_plot(domain="pddl-examples/flip/domain.pddl", problem="pddl-examples/flip/problem.pddl")
21
22
def test_data_analyst_plot_dfs_one_pddl():
23
da = DataAnalyst()
0 commit comments