You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I got the following error when running the
tl.ica
Indeed, the FastICA class has no such function. Is it a typo or does this function exist in an older version?
The text was updated successfully, but these errors were encountered: