MCPcopy Index your code
hub / github.com/mne-tools/mne-python / ICA

Function ICA

mne/preprocessing/tests/test_ica.py:83–87  ·  view source on GitHub ↗

Fix the random state in tests.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

81
82
83def ICA(*args, **kwargs):
84 """Fix the random state in tests."""
85 if "random_state" not in kwargs:
86 kwargs["random_state"] = 0
87 return _ICA(*args, **kwargs)
88
89
90def _skip_check_picard(method):

Callers 15

test_ica_simpleFunction · 0.70
test_warningsFunction · 0.70
test_ica_noopFunction · 0.70
test_ica_max_iter_Function · 0.70
test_ica_n_iter_Function · 0.70
test_ica_rank_reductionFunction · 0.70
test_ica_projsFunction · 0.70
test_ica_resetFunction · 0.70
test_ica_coreFunction · 0.70
test_ica_additionalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected