Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c3b5b7

Browse files
committedApr 3, 2018
Fix bugs in TimeIntervalCollection.
* Undid extraction of local variable for intervals[index] in `removeInterval` which was not done correctly. * Several places compared JulianDates incorrectly using TimeInterval.equals. I also made the structure of the code match our original C# source as closely as possible, given the language differences. Both of the above errors were a result of the code diverging, in an attempt to clean it up. I also added another unit test ported from our original source, and kept the new unit tests added in #6398 (after fixing them to be correct).
1 parent 69cf782 commit 6c3b5b7

File tree

2 files changed

+561
-126
lines changed

2 files changed

+561
-126
lines changed
 

0 commit comments

Comments
 (0)
Please sign in to comment.