Navigation Menu

Skip to content

Commit

Permalink
test scorer: fix wrong expect value
Browse files Browse the repository at this point in the history
Becuase `[] != ""` is true.
  • Loading branch information
komainu8 committed Sep 25, 2018
1 parent 772f45e commit 930f8a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,4 +8,4 @@ load --table Users
]
[[0,0.0,0.0],1]
select Users --filter true --scorer '_score = (tags != "")' --output_columns _score
[[0,0.0,0.0],[[[1],[["_score","Int32"]],[0]]]]
[[0,0.0,0.0],[[[1],[["_score","Int32"]],[1]]]]

0 comments on commit 930f8a9

Please sign in to comment.