Unverified Commit 00e4baa7 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update schedule_heuristic.py

parent 4cd64b8e
......@@ -14,7 +14,7 @@ class ScheduleHeuristic:
tree_cache,
):
if tree_cache.disable and schedule_heuristic == "lpm":
# LMP is not meaningless when tree cache is disabled.
# LMP is meaningless when the tree cache is disabled.
schedule_heuristic = "fcfs"
self.schedule_heuristic = schedule_heuristic
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment