X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Fmoe%2Feval.py;h=f19df47366244f7ecf4b072b57f3f9243e7d1a3b;hb=55dcaa6d8671d02d792919dc47e4758df6ae5471;hp=f15f9ee4a11c5713bea0342b6dccbd438f759032;hpb=68ef17dd956952f2a559bf9250628aa366884521;p=moe.git diff --git a/t/moe/eval.py b/t/moe/eval.py index f15f9ee..f19df47 100644 --- a/t/moe/eval.py +++ b/t/moe/eval.py @@ -18,8 +18,8 @@ class Eval: def __init__(self): self.log = moe.log.Loggers() self.config = moe.config.ConfigTree() - self.main_pipe = moe.pipeline.MoePipeline("main") - self.test_pipe = moe.pipeline.MoePipeline("test") + self.main_pipe = moe.pipeline.Pipeline(self, "main") + self.test_pipe = moe.pipeline.Pipeline(self, "test") self.status = moe.status.MoeStatus() def __getitem__(self, key):