The BTL C/C++ Common bloom filters for bioinformatics projects, as well as any APIs created for other programming languages.
GNU General Public License v3.0
18
stars
4
forks
source link
BloomFilterTests: use heap by allocating more memory #36
Closed
jwcodee closed 5 years ago
The test failed because it wasn't allocating memory on heap. Now it will on hpce704 so the test shouldn't fail