Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2284)

Unified Diff: appengine/findit/crash/changelist_classifier.py

Issue 2455053004: Moving ScheduleNewAnalysis to break the cycle (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/findit/crash/crash_pipeline.py » ('j') | appengine/findit/crash/crash_pipeline.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/changelist_classifier.py
diff --git a/appengine/findit/crash/changelist_classifier.py b/appengine/findit/crash/changelist_classifier.py
index 8c58ab60599910e925451a576336ebcfc4476cbf..1272025e4041fb4c417a241bcb8256ed5d8992f7 100644
--- a/appengine/findit/crash/changelist_classifier.py
+++ b/appengine/findit/crash/changelist_classifier.py
@@ -15,7 +15,7 @@ from crash.stacktrace import CallStack
from crash.stacktrace import Stacktrace
from lib.gitiles.diff import ChangeType
-# TODO(wrengr): make this a namedtuple.
+# TODO(http://crbug.com/661822): convert this into a namedtuple.
class ChangelistClassifier(object):
def __init__(self, repository,
top_n_frames, top_n_results=3, confidence_threshold=0.999):
« no previous file with comments | « no previous file | appengine/findit/crash/crash_pipeline.py » ('j') | appengine/findit/crash/crash_pipeline.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698