-
Notifications
You must be signed in to change notification settings - Fork 244
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 IntervalList.getUniqueIntervals that caused missing interv…
…al names (#1265) * Fixes a bug in IntervalList.getUniqueIntervals() where two intervals with identical coordinates didn't correctly keep both interval names in the merged interval. This was because the intervals were being stored in a Set and Interval doesn't examine name in it's equals() method. Now both names will be correctly concatenated.
- Loading branch information
1 parent
d0b1a74
commit 3c48018
Showing
2 changed files
with
22 additions
and
6 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