rmldj / hcp-utils

Utilities to use HCP and HCP-like data with nilearn and other Python tools
MIT License
41 stars 7 forks source link

issue with function parcel late in 1D #10

Open julfou81 opened 9 months ago

julfou81 commented 9 months ago

I may have uncovered an issue:

in hcp_utils.py, line 334

        Xp = np.zeros(np, dtype=X.dtype)

should be:

        Xp = np.zeros(n, dtype=X.dtype)

Don't you agree?

rmldj commented 8 months ago

Yes, you are perfectly right... At some stage I should make an update, but now unfortunately I am swamped by other stuff.