Skip to content

Commit

Permalink
Merge pull request #4301 from vespa-engine/toregge/use-unranked-rank-…
Browse files Browse the repository at this point in the history
…profile

Use unranked rank profile.
  • Loading branch information
vekterli authored Dec 9, 2024
2 parents aa8d283 + 720eaee commit c5f059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/tensor_eval/tensor_unstable_cells.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_tensor_unstable_cell_types
set_description('Test tensor evaluation with unstable cell types')
deploy_app(SearchApp.new.sd(selfdir + 'unstable.sd').search_dir(selfdir + 'unstable_search'))
start
feed_and_wait_for_docs('unstable', 3, :file => selfdir + 'unstable-docs.json')
feed_and_wait_for_hitcount({'query' => 'sddocname:unstable', 'hits' => '0', 'ranking' => 'unranked'}, 3, :file => selfdir + 'unstable-docs.json')
expect_scores = [ 525, 580, 330, 412.5, 475, 460, 270, 337.5, 350, 360, 220, 275, 200, 240, 160, 200 ]
idx = 0
[ 'default', 'w32bits', 'w16bits', 'w8bits' ].each do |rprofile|
Expand Down

0 comments on commit c5f059c

Please sign in to comment.