Remove wrong comment location

This commit is contained in:
Johannes Schönberger
2014-01-19 09:40:55 -05:00
parent 0f2076fa61
commit 9963a25cde
-1
View File
@@ -12,7 +12,6 @@ def _check_data_dim(data, dim):
class BaseModel(object):
def __init__(self):
# keep _params for backwards compatibility
self.params_ = None
@property