-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove index arguments and state point backups (#599)
* Remove index argument from _find_job_ids and CLI. * Remove index argument from linked views. * Remove access modules. * Remove index argument from detect_schema. * Improve docstrings. * Remove unused _read_index function. * Use generator in the same line it is constructed; remove unclear variable name jsi. * Rename sp_index to statepoint_index. * Remove index argument from repair method. * Clarify docstrings. * Remove index from docstring. * Remove deprecated state point backup functions. * Remove docs for removed methods. * Fix tests for repair function to use only the persistent cache. * Remove public get_statepoint method. * Remove error. * Improve rigor of state point validation after repair. * Clarify docstring notes.
- Loading branch information
Showing
8 changed files
with
62 additions
and
388 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
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
Oops, something went wrong.