Closed elshize closed 11 months ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
d87bae5
) 93.15% compared to head (5a3a5e5
) 93.21%.
Files | Patch % | Lines |
---|---|---|
include/pisa/wand_data_compressed.hpp | 92.00% | 2 Missing :warning: |
include/pisa/ensure.hpp | 75.00% | 1 Missing :warning: |
include/pisa/wand_data_range.hpp | 75.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Cool, this is good. And no default bits specified in the CLI, right? I couldn't see anything in
app.*
but just double checking.
Correct, no default because the option also says "do quantization", which means the default is no quantization bits.
Removes the configuration file that defined how many bits to use for quantization. Instead, this is now configured by CLI options.
Fixes #322