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

Function f

mne/preprocessing/ica.py:3117–3118  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

3115
3116 # make sure dtypes are np.float64 to satisfy fast_dot
3117 def f(x):
3118 return x.astype(np.float64)
3119
3120 ica_init = {
3121 k: v for k, v in ica_init.items() if k in signature(ICA.__init__).parameters

Callers 4

read_icaFunction · 0.70
_fix_artifactFunction · 0.70
_is_goodFunction · 0.50
wrapperFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected