-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SleepStaging returns a yasa.Hypnogram instance (#127)
* First commit to update SleepStaging * Black formatting * Match stage names SleepStaging -> Hypnogram * Update CI * Add `proba` to yasa.Hypnogram + __repr__ to SleepStaging * Black formatting * __str__ returns __repr__ * Remove annoying warning * Add assertionchecks all strings * renamed to as_events * Adress PR comments * Update notebook * Minor fix deprecations mne and pandas * use rename_categories * Add virtual_documents to gitignore
- Loading branch information
1 parent
0e4689d
commit 6e6a067
Showing
7 changed files
with
868 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,4 +142,6 @@ notebooks/20_catch_errors.ipynb | |
*.pptx | ||
|
||
# Custom | ||
*/.virtual_documents/ | ||
notebooks/debug* | ||
notebooks/my_hypno.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.