Skip to content

Commit 412f4b6

Browse files
larsonerdrammock
andauthored
Update mne/datasets/sleep_physionet/_utils.py
Co-authored-by: Daniel McCloy <dan@mccloy.info>
1 parent 9aae8f5 commit 412f4b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mne/datasets/sleep_physionet/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def _update_sleep_temazepam_records(fname=TEMAZEPAM_SLEEP_RECORDS):
119119
[("Subject - age - sex", "Age"), ("Subject - age - sex", "M1/F2")],
120120
append=True,
121121
)
122+
# TODO VERSION future_stack goes away w/ Pandas 3.0
122123
.stack(level=0, future_stack=True)
123124
.reset_index()
124125
)

0 commit comments

Comments
 (0)