-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix time collision bug in
LogTrajectory
(#397)
* add failing LogTrajectory test * revise tests to exercise start and end time collisions * removed unnecessary imports from test * much simpler implementation * lint and comment * added some functional indirection to appease linter * lint * type refinement * nit about arg unpacking order * added multiple simulate handling * remove commented stop * lint * made BatchObservation handler use a continuation to guarantee it's applied after all solves * lint * simpler implementation, fails test but I think the old test wasn't working * lint * skip test that previously failed silently * lint * lint * add empty state in init
- Loading branch information
Showing
5 changed files
with
127 additions
and
12 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