Skip to content

Commit

Permalink
Forgot init in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed Jun 26, 2016
1 parent 58abfa0 commit b173e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbalanced_dataset/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def sample(self, X, y):
of the pipeline.
"""
Xt = X
for name, transform in self.steps[:-1]:
for _, transform in self.steps[:-1]:
if hasattr(transform, "fit_sample"):
pass
else:
Expand Down
Empty file.

0 comments on commit b173e5a

Please sign in to comment.