-
Notifications
You must be signed in to change notification settings - Fork 191
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
AttributeError: 'IncrementalPCA' object has no attribute 'components_'. Did you mean: 'n_components'? #3219
Comments
Hi @MarinManuel What version are you using? It should be fixed in main by this "simple" that we merged a few days ago: |
Yes, upgrading to 0.101rc1 seems to have fixed it |
actually, I spoke too soon
|
@MarinManuel can you try from this PR? I protected the transform in the |
Hi Alessio, pip freeze | grep spike
spikeinterface @ git+https://github.com/SpikeInterface/spikeinterface.git@c929e514533cb8f4e19dd5f77ade8a4b5f6309f8 |
@MarinManuel we just merged to main. Can you try to pull from there? I'm 99% sure that was the issue, but let's see |
I started getting this error recently when computing extension to my analyzer. What is curious to me is that this happens when processing a sorting from kilosort2.5 and kilosort4, but not kilosort3
my code looks like this
and I get the error
The text was updated successfully, but these errors were encountered: