Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Oct 11, 2019
1 parent b628b59 commit 2b9ef9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatminer/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b9ef9b

Please sign in to comment.