(x)
| 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 |
no outgoing calls
no test coverage detected