-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open the sorting reasult by phy #1305
Comments
Hey @BEGINRX, seems like the problem is in the Can you try in in python What sorter are you using? It is suspicious that there is only 1 unit, in this case maybe something has gone wrong in the 1-unit case with the saving of the data to an unexpected format. |
Thank you for your reply! I have checked the array in |
Weird, I don't see why that would error! Sorry I made a mistake in my last post, could you try:
I think the next step if you are interested is to break into the phylib |
I used mmap_mode. The result is following.
It's similar to the previous result. Does it mean there is no feature extracted? I think I will run it line-by-line when I have free time. |
cool thanks, this seems possibly like a numpy bug! or something I am misunderstanding, but this should really work, and I think is due to there only being one unit.
99% sure it is a numpy bug because you dont get the same behaviour with a normal array. Feel free to open an issue at |
If you want to load the data still there are workarounds by editing the phy code on your machine to handle the error, let me know if you have any questions about this. |
It's funny. Thanks for your help. I will try it. |
When I finish sorting, try to fix manually. But there are some problem.
phy template-gui params.py --debug
But other results can be imported into phy successfully. I find the number of cluster is one. Does the single cluster affect the process?
The text was updated successfully, but these errors were encountered: