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

fix slope calculation in multilinear interpol #1161

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Sep 26, 2021

fix slope calculation in multilinear interpol
add test to check for compression

add test to check for compression
@PSeitz PSeitz changed the title fix slope calculation in multilinear interpol add test to check for compression fix slope calculation in multilinear interpol Sep 26, 2021
@PSeitz PSeitz requested a review from fulmicoton September 26, 2021 07:28
@codecov
Copy link

codecov bot commented Sep 26, 2021

Codecov Report

Merging #1161 (fa5b062) into main (46b86a7) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1161      +/-   ##
==========================================
+ Coverage   93.77%   93.81%   +0.03%     
==========================================
  Files         203      203              
  Lines       33654    33899     +245     
==========================================
+ Hits        31560    31801     +241     
- Misses       2094     2098       +4     
Impacted Files Coverage Δ
fastfield_codecs/src/lib.rs 96.87% <100.00%> (ø)
fastfield_codecs/src/linearinterpol.rs 98.63% <100.00%> (+0.05%) ⬆️
fastfield_codecs/src/multilinearinterpol.rs 98.02% <100.00%> (-0.27%) ⬇️
src/indexer/index_writer.rs 96.98% <0.00%> (-0.26%) ⬇️
common/src/bitset.rs 98.46% <0.00%> (-0.16%) ⬇️
src/indexer/merger.rs 98.75% <0.00%> (ø)
src/positions/serializer.rs 100.00% <0.00%> (ø)
src/indexer/segment_entry.rs 90.00% <0.00%> (ø)
src/fastfield/delete.rs
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46b86a7...fa5b062. Read the comment docs.

@fulmicoton fulmicoton merged commit f27ae04 into quickwit-oss:main Sep 27, 2021
This was referenced Feb 18, 2022
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.

2 participants