scot-dev / scot

EEG/MEG Source Connectivity Toolbox in Python
http://scot-dev.github.io/scot-doc/index.html
MIT License
58 stars 23 forks source link

Fix ICA warnings in tests #97

Open mbillingr opened 8 years ago

mbillingr commented 8 years ago

Some tests cause these warnings:

Let's try to fix them.

mbillingr commented 8 years ago

We may be able to improve FastICA convergence by changing initialization weights (see #59).

cbrnr commented 8 years ago

+1 for changing init weights to the identity matrix.

cbrnr commented 8 years ago

cf #114

cbrnr commented 8 years ago

Thanks @mbillingr, this means we only have to fix the FastICA convergence issue.