-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* draft hypnogram simulator * update docstring * assertion checks * start n_stages * add consolidate_stages func and option in simulator * reorder trans_prob to w n1 n2 n3 r * require pandas classes for clearer stage orders * take random seed argument * unittests * pass flake8 * increase test coverage (and pass it) * pytest file formatting * pytest black formatting * black formatting * Use of rng to set random seed * Clearer TIB description in docstring * remap with Series.map instead of numpy indexing * update simulate_hypno tests * update hypno_consolidate_stages tests * updated changelog
- Loading branch information
Showing
4 changed files
with
266 additions
and
0 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
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
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
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