Skip to content

Commit

Permalink
Fix plugin name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Nov 29, 2024
1 parent 851ed3f commit ee5af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tests/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def configs_satisficing_extended():

def configs_optimal_lp(lp_solver="cplex"):
return {
"allpot": ["--search", f"astar(all_states_potentials(lpsolver={lp_solver}))"],
"allpot": ["--search", f"astar(all_states_potential(lpsolver={lp_solver}))"],
"divpot": ["--search", f"astar(diverse_potentials(lpsolver={lp_solver}))"],
"initpot": ["--search", f"astar(initial_state_potential(lpsolver={lp_solver}))"],
"samplepot": ["--search", f"astar(sample_based_potentials(lpsolver={lp_solver}))"],
Expand Down

0 comments on commit ee5af01

Please sign in to comment.