Navigation Menu

Skip to content

Commit

Permalink
test function: work on 32bit environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent 27ad009 commit 0b4d1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/function/suite/suggest/complete/coocurrence.expected
@@ -1,4 +1,4 @@
suggest --table item_rurema --column kana --types complete --frequency_threshold 1 --conditional_probability_threshold 0.1 --query 'stりん'
suggest --table item_rurema --column kana --types complete --frequency_threshold 1 --conditional_probability_threshold 0.01 --query 'stりん'
[
[
0,
Expand Down
2 changes: 1 addition & 1 deletion test/function/suite/suggest/complete/coocurrence.test
Expand Up @@ -5,5 +5,5 @@ suggest \
--column kana \
--types complete \
--frequency_threshold 1 \
--conditional_probability_threshold 0.1 \
--conditional_probability_threshold 0.09 \
--query 'stりん'

0 comments on commit 0b4d1be

Please sign in to comment.