-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in handling starttime and endtime (#486)
* Fix bug in handling starttime and endtime Previous version was failing to set starttime and endtime on saves. Also data loaded and cut had incorrect starttime and endtimes saved because they werne't being replaced. * fix typo * add endtime to schema * fix placing new code in the wrong block * 🎨 Format Python code with psf/black * replace starttime by calib in testing exclude_keys * now supports exclude_keys for starttime and endtime --------- Co-authored-by: Gary Pavlis <[email protected]> Co-authored-by: wangyinz <[email protected]>
- Loading branch information
1 parent
fd629f1
commit cedfaf0
Showing
6 changed files
with
93 additions
and
70 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