Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 27, 2024
1 parent 515c8eb commit 9eec3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphstorm/eval/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
EARLY_STOP_CONSECUTIVE_INCREASE_STRATEGY,
LINK_PREDICTION_MAJOR_EVAL_ETYPE_ALL)
from ..utils import get_rank, get_world_size, barrier
from .utils import gen_mrr_score


def early_stop_avg_increase_judge(val_score, val_perf_list, comparator):
"""
Expand Down

0 comments on commit 9eec3f1

Please sign in to comment.