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 22 commits into
base: main
Choose a base branch
from

Merge branch 'dev-headsurface' of https://github.com/vferat/mne-pytho…

4f2c02a
Select commit
Loading
Failed to load commit list.
Draft

Fixes make_scalp_surfaces #13024

Merge branch 'dev-headsurface' of https://github.com/vferat/mne-pytho…
4f2c02a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / mne-tools.mne-python failed Dec 16, 2024 in 1h 14m 52s

Build #20241216.28 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 8,525 (96.95%)
  • Other: 267 (3.04%)
  • Total: 8,793
Code coverage

  • 22895 of 31474 branches covered (72.74%)
  • 99804 of 122373 lines covered (81.56%)

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 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.