Skip to content

Commit

Permalink
removed wrong assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jul 7, 2015
1 parent 2bb269a commit d119c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rep/metaml/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def fit(self, X, y, sample_weight=None, parallel_profile=None, features=None):
:return: self
"""
assert isinstance(X, pandas.DataFrame), 'The passed '
if features is not None:
for name, estimator in self.items():
if estimator.features is not None:
Expand Down

0 comments on commit d119c3f

Please sign in to comment.