-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dataset.segments + Dataset.segment_durations (#31)
* Fix implementation of segments * Add Dataset.segment_durations * Add test * Use less memory * Make loading of tables optional * Make self._load_tables private * Improve comment * Improve comment and variable name * Fix test * Add test for loading from cache * Simplify test * Simplify test docstring * Use present tense in docstring * Change setup() to classmethod * Try to fix class method * Improve docstring * Rename setup to prepare * Try to improve docstring * Remove self._load_tables
- Loading branch information
Showing
2 changed files
with
231 additions
and
10 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