Closed cs-cordero closed 7 years ago
Hi there, it looks like the Travis build is failing (https://travis-ci.org/18F/autoapi).
It might be related to the chunking tests added in #79.
I'm looking into this.. it seems like it has to do with how the table indices are being created. Instead of (0, 1, 2, ...), the test data is indexed as (0, 2, 4, ...)
Hi there, it looks like the Travis build is failing (https://travis-ci.org/18F/autoapi).
It might be related to the chunking tests added in #79.
I'm looking into this.. it seems like it has to do with how the table indices are being created. Instead of (0, 1, 2, ...), the test data is indexed as (0, 2, 4, ...)