Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes make_scalp_surfaces #13024

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Merge branch 'main' into dev-headsurface

34c2533
Select commit
Loading
Failed to load commit list.
Draft

Fixes make_scalp_surfaces #13024

Merge branch 'main' into dev-headsurface
34c2533
Select commit
Loading
Failed to load commit list.
Azure Pipelines / mne-tools.mne-python failed Jan 7, 2025 in 1h 3m 11s

Build #20250107.5 had test failures

Details

Tests

  • Failed: 1 (0.46%)
  • Passed: 206 (94.50%)
  • Other: 11 (5.05%)
  • Total: 218
Code coverage

  • 7726 of 31222 branches covered (24.75%)
  • 33089 of 119359 lines covered (27.72%)

Annotations

Check failure on line 174 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

Build log #L174

Bash exited with code '1'.

Check failure on line 19 in Build log

See this annotation in the file changed.

@azure-pipelines 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 13728833 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

Build log #L13728833

Cmd.exe exited with code '1'.

Check failure on line 21 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mne-tools.mne-python

Build log #L21

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

See this annotation in the file changed.

@azure-pipelines 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.