Skip to content
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

Invalid function call in independent component analysis (tl.ica) #139

Open
pavanvidem opened this issue Apr 12, 2024 · 0 comments
Open

Invalid function call in independent component analysis (tl.ica) #139

pavanvidem opened this issue Apr 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pavanvidem
Copy link

I got the following error when running the tl.ica

mu.tl.ica(
File "/usr/local/lib/python3.12/site-packages/muon/_core/tools.py", line 1382, in ica
    x_ica = ica.fit_transcrotm(data.obsm[basis])
            ^^^^^^^^^^^^^^^^^^
AttributeError: 'FastICA' object has no attribute 'fit_transcrotm'. Did you mean: 'fit_transform'?

Indeed, the FastICA class has no such function. Is it a typo or does this function exist in an older version?

@pavanvidem pavanvidem added the bug Something isn't working label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant