Skip to content

Commit

Permalink
FIX: Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Dec 21, 2024
1 parent ea26fc6 commit 5b663be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mne/commands/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def test_flash_bem(tmp_path):

# First test without flash30
with ArgvSetter(
("-d", tempdir, "-s", "sample", "-n", "-r", "-3"),
("-d", tempdir, "-s", "sample", "-r", "-3"),
disable_stdout=False,
disable_stderr=False,
):
Expand All @@ -361,7 +361,6 @@ def test_flash_bem(tmp_path):
tempdir,
"-s",
"sample",
"-n",
"-3",
str(mridata_path / "flash" / "mef30.mgz"),
"-5",
Expand Down

0 comments on commit 5b663be

Please sign in to comment.