berenslab / RFEst

A Python 3 toolbox for neural receptive field estimation using splines and Gaussian priors.
https://arxiv.org/abs/2108.07537
GNU General Public License v3.0
24 stars 3 forks source link

Add all parameters to __init__ and replaced hasattr with is not None. #17

Closed jonathanoesterle closed 2 years ago

jonathanoesterle commented 2 years ago

I moved all attributes to the init function because I want to add some new functions. This makes it easier to understand which models have which attributes.