neurospin / pylearn-parsimony_history

Sparse and Structured Machine Learning in Python
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Minor issue in PCA_L1_TV #22

Closed duboism closed 10 years ago

duboism commented 10 years ago

Hello,

The method set_params in PCA_L1_TV calls super(RR_L1_TV, self).set_params(**kwargs). I think it should call super(PCA_L1_TV, self).set_params(**kwargs).

tomlof commented 10 years ago

Yes, great find! I have fixed it.