Skip to content

Commit

Permalink
Merge branch 'dev-headsurface' of https://github.com/vferat/mne-python
Browse files Browse the repository at this point in the history
…into dev-headsurface
  • Loading branch information
vferat committed Dec 16, 2024
2 parents e358418 + ce3aa97 commit 4f2c02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/commands/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_make_scalp_surfaces(tmp_path, monkeypatch):
monkeypatch.delenv("FREESURFER_HOME", raising=False)
with pytest.raises(RuntimeError, match="The FreeSurfer environ"):
mne_make_scalp_surfaces.run()

monkeypatch.setenv("FREESURFER_HOME", tempdir)
mne_make_scalp_surfaces.run()

Expand Down

0 comments on commit 4f2c02a

Please sign in to comment.