Skip to content

Commit df13845

Browse files
Apply suggestions from code review
1 parent 602afe8 commit df13845

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mne_bids/write.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,8 +2903,6 @@ def write_meg_crosstalk(fname, bids_path, verbose=None):
29032903
shutil.copyfile(src=fname, dst=str(out_path))
29042904

29052905

2906-
# Do you think we should expose the verbose parameter here?
2907-
# question for hoechenberger
29082906
def _get_daysback(
29092907
*, bids_paths: list[BIDSPath], rng: np.random.Generator, show_progress_thresh: int
29102908
) -> int:
@@ -2994,9 +2992,6 @@ def _check_finecal_path(bids_path: BIDSPath) -> bool:
29942992
return is_finecal_path
29952993

29962994

2997-
# This function is tricky because there is many verbose styles to consider:
2998-
# I think global verbose maybe not good here.
2999-
# what do you think hoechenberger?
30002995
@verbose
30012996
def anonymize_dataset(
30022997
bids_root_in,

0 commit comments

Comments
 (0)