зеркало из https://github.com/mozilla/bugbug.git
Rename test_select.py to testselect.py
To avoid issues with the way the trainer script stores models on disk.
This commit is contained in:
Родитель
795acbcbc9
Коммит
c16bc7a362
|
@ -22,7 +22,7 @@ MODELS = {
|
|||
"regressionrange": "bugbug.models.regressionrange.RegressionRangeModel",
|
||||
"regressor": "bugbug.models.regressor.RegressorModel",
|
||||
"stepstoreproduce": "bugbug.models.stepstoreproduce.StepsToReproduceModel",
|
||||
"test_select": "bugbug.models.test_select.TestSelectModel",
|
||||
"testselect": "bugbug.models.testselect.TestSelectModel",
|
||||
"tracking": "bugbug.models.tracking.TrackingModel",
|
||||
"uplift": "bugbug.models.uplift.UpliftModel",
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче