Fixes make_scalp_surfaces #13024
Draft
Fixes make_scalp_surfaces #13024
Azure Pipelines / mne-tools.mne-python
failed
Dec 16, 2024 in 1h 14m 52s
Build #20241216.28 had test failures
Details
- Failed: 1 (0.01%)
- Passed: 8,525 (96.95%)
- Other: 267 (3.04%)
- Total: 8,793
- 22895 of 31474 branches covered (72.74%)
- 99804 of 122373 lines covered (81.56%)
Annotations
Check failure on line 174 in Build log
azure-pipelines / mne-tools.mne-python
Build log #L174
Bash exited with code '1'.
Check failure on line 19 in Build log
azure-pipelines / mne-tools.mne-python
Build log #L19
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 1 in test_make_scalp_surfaces
azure-pipelines / mne-tools.mne-python
test_make_scalp_surfaces
subprocess.CalledProcessError: Command '['mkheadsurf', '-subjid', 'sample', '-srcvol', 'T1.mgz', '-thresh1', '20', '-thresh2', '20']' returned non-zero exit status 1.
Raw output
mne/commands/tests/test_commands.py:199: in test_make_scalp_surfaces
mne_make_scalp_surfaces.run()
mne/commands/mne_make_scalp_surfaces.py:85: in run
make_scalp_surfaces(
<decorator-gen-121>:12: in make_scalp_surfaces
???
mne/bem.py:2440: in make_scalp_surfaces
run_subprocess(
<decorator-gen-2>:12: in run_subprocess
???
mne/utils/misc.py:194: in run_subprocess
raise subprocess.CalledProcessError(
E subprocess.CalledProcessError: Command '['mkheadsurf', '-subjid', 'sample', '-srcvol', 'T1.mgz', '-thresh1', '20', '-thresh2', '20']' returned non-zero exit status 1.
Loading