MCPcopy
hub / github.com/mne-tools/mne-python / bias_params_free

Function bias_params_free

mne/conftest.py:507–510  ·  view source on GitHub ↗

Provide inputs for free bias functions.

(evoked, noise_cov)

Source from the content-addressed store, hash-verified

505
506@pytest.fixture(scope="function")
507def 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")

Callers

nothing calls this directly

Calls 1

_bias_paramsFunction · 0.85

Tested by

no test coverage detected