Provide a small volumetric source space.
(_fwd_subvolume)
| 802 | |
| 803 | @pytest.fixture |
| 804 | def fwd_volume_small(_fwd_subvolume): |
| 805 | """Provide a small volumetric source space.""" |
| 806 | return _fwd_subvolume.copy() |
| 807 | |
| 808 | |
| 809 | @pytest.fixture(scope="session") |