Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove configuration.hpp #556

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Remove configuration.hpp #556

merged 1 commit into from
Dec 20, 2023

Conversation

elshize
Copy link
Member

@elshize elshize commented Nov 18, 2023

Removes the configuration file that defined how many bits to use for quantization. Instead, this is now configured by CLI options.

Fixes #322

Copy link

codecov bot commented Nov 18, 2023

Codecov Report

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 ⚠️
include/pisa/ensure.hpp 75.00% 1 Missing ⚠️
include/pisa/wand_data_range.hpp 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #556      +/-   ##
==========================================
+ Coverage   93.15%   93.21%   +0.05%     
==========================================
  Files          91       91              
  Lines        4514     4508       -6     
==========================================
- Hits         4205     4202       -3     
+ Misses        309      306       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Removes the configuration file that defined how many bits to use for
quantization. Instead, this is now configured by CLI options.
Copy link
Member

@JMMackenzie JMMackenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, this is good. And no default bits specified in the CLI, right? I couldn't see anything in app.* but just double checking.

@elshize
Copy link
Member Author

elshize commented Dec 11, 2023

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.

@elshize elshize merged commit 9ec5817 into master Dec 20, 2023
9 of 10 checks passed
@elshize elshize deleted the remove-config branch December 20, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of configuration.hpp
2 participants