From 2b9ef9b679e5ccacb756de47418d8575f7b531b0 Mon Sep 17 00:00:00 2001 From: ardunn Date: Thu, 10 Oct 2019 23:57:53 -0700 Subject: [PATCH] fix #234 --- automatminer/pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automatminer/pipeline.py b/automatminer/pipeline.py index ecf4f0fb..1a594614 100644 --- a/automatminer/pipeline.py +++ b/automatminer/pipeline.py @@ -429,8 +429,8 @@ def save(self, filename="mat.pipe"): for loggable in loggables: loggable._logger = temp_logger - @classmethod - def load(cls, filename, logger=True): + @staticmethod + def load(filename, logger=True): """ Loads a matpipe that was saved.