NeuromatchAcademy / course-content

NMA Computational Neuroscience course
https://compneuro.neuromatch.io
Creative Commons Attribution 4.0 International
2.65k stars 983 forks source link

Fmri hot fix #1115

Closed steevelaquitaine closed 2 months ago

steevelaquitaine commented 2 months ago

I add a simple fix. I replaced np.float by float.

I did not run the notebooks so diff should only display that change.

iamzoltan commented 2 months ago

I have included the changes except for the np.float ones in the allen-hot-fix PR. Are those necessary?

steevelaquitaine commented 2 months ago

Hi @iamzoltan, It is a minor bug that students could figure out, but I think it's best to have the notebooks fully working. If it's not too much work, yes could you include it?