Skip to content

Commit

Permalink
Add newline to config for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 4, 2023
1 parent e0cf32b commit 358c7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/tests/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def configs_optimal_core():
"astar(ipdb())"],
"bjolp": [
"--evaluator",
"lmc=landmark_cost_partitioning(lm_merged([lm_rhw(),lm_hm(m=1)]))",
"""lmc=landmark_cost_partitioning(lm_merged(
[lm_rhw(),lm_hm(m=1)]))""",
"--search",
"astar(lmc,lazy_evaluator=lmc)"],
"astar_lmcut": [
Expand Down

0 comments on commit 358c7e7

Please sign in to comment.