Skip to content

Commit b11a222

Browse files
committed
add test
1 parent 09ff0f7 commit b11a222

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/test_data_analyst.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ def test_data_analyst_constructor():
1111
_ = DataAnalyst()
1212
assert True
1313

14+
def test_heuristics_comparer():
15+
da = DataAnalyst()
16+
da.comparative_astar_heuristic_plot()
17+
18+
def test_heuristics_comparer_single():
19+
da = DataAnalyst()
20+
da.comparative_astar_heuristic_plot(domain="pddl-examples/flip/domain.pddl", problem="pddl-examples/flip/problem.pddl")
1421

1522
def test_data_analyst_plot_dfs_one_pddl():
1623
da = DataAnalyst()

0 commit comments

Comments
 (0)