Provide inputs for free bias functions.
(evoked, noise_cov)
| 505 | |
| 506 | @pytest.fixture(scope="function") |
| 507 | def bias_params_free(evoked, noise_cov): |
| 508 | """Provide inputs for free bias functions.""" |
| 509 | fwd = mne.read_forward_solution(fname_fwd) |
| 510 | return _bias_params(evoked, noise_cov, fwd) |
| 511 | |
| 512 | |
| 513 | @pytest.fixture(scope="function") |
nothing calls this directly
no test coverage detected