Skip to content

Commit 367e658

Browse files
committed
remove duplicated call
1 parent 98cb9f5 commit 367e658

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

mne_bids/write.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,15 +2041,6 @@ def write_raw_bids(
20412041
datatype=bids_path.datatype,
20422042
overwrite=overwrite,
20432043
)
2044-
_write_coordsystem_json(
2045-
raw=raw,
2046-
unit=unit,
2047-
hpi_coord_system=orient,
2048-
sensor_coord_system=sensor_coord_system,
2049-
fname=coordsystem_path.fpath,
2050-
datatype=bids_path.datatype,
2051-
overwrite=overwrite,
2052-
)
20532044
elif bids_path.datatype in ["eeg", "ieeg", "nirs"]:
20542045
# We only write electrodes.tsv and accompanying coordsystem.json
20552046
# if we have an available DigMontage

0 commit comments

Comments
 (0)