-
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.
Creates and fixes unit tests for ConcatModes
This patch completed unit testing for the ConcatModes code from #138 and #136. It also adds in a bunch of new handy image assertions! 🆒 It also changes the way the GapAndJoins class works - it now takes a strongly typed SummaryIndexValues wich allows for less hacky (and faster!) code. Additionally, the two properties added to SummaryIndexValues in 64ac921 were removed and calculations for gaps/missing files were altered to use fields that were already in the class!!! This will potentially save GBs of wasted space because the SummaryIndexValues class was outputting blank columns when doing index generation.
- Loading branch information
Showing
11 changed files
with
412 additions
and
241 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
Oops, something went wrong.