Skip to content

Commit

Permalink
tests: use -dig suffix for saving DigMontage
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Dec 5, 2024
1 parent 70cd53e commit 4163fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne_bids/tests/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ def test_get_head_mri_trans(tmp_path):
# Case 3: write with suffix for kind
landmarks2 = landmarks.copy()
landmarks2.dig[0]["r"] *= -1
landmarks2.save(tmp_path / "landmarks2.fif")
landmarks2 = tmp_path / "landmarks2.fif"
landmarks2.save(tmp_path / "landmarks2-dig.fif")
landmarks2 = tmp_path / "landmarks2-dig.fif"
write_anat(
t1w_mgh,
bids_path=t1_bids_path,
Expand Down

0 comments on commit 4163fc5

Please sign in to comment.