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

Has get_stimulus_design_matrix been deprecated? #3

Closed jsiegle closed 4 years ago

jsiegle commented 4 years ago

Thanks for making this library public, it's super helpful!

The example notebooks try to import get_stimulus_design_matrix, but it seems like the name of this function has been changed to build_design_matrix. Is this correct? If so, can you update the notebooks to reflect this change?

huangziwei commented 4 years ago

Yes, get_stimulus_design_matrix has been renamed to build_design_matrix. Sorry for that. All notebooks are updated now.