Skip to content

Commit

Permalink
Update test_commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vferat committed Dec 16, 2024
1 parent f25a8c3 commit e358418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne/commands/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def test_make_scalp_surfaces(tmp_path, monkeypatch):
mne_make_scalp_surfaces.run()

monkeypatch.setenv("FREESURFER_HOME", tempdir)
shutil.copy(op.join(t1_path, t1_path_new))
mne_make_scalp_surfaces.run()

assert op.isfile(headseg_path)
Expand Down

0 comments on commit e358418

Please sign in to comment.