Skip to content

Commit e7a08bb

Browse files
committed
Update scores for failing test
1 parent 4ff1665 commit e7a08bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/src/test/java/queries/QueryTests.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ void TestAnnQueryBasic() {
3737
if (Objects.equals(env, "Atlas")) {
3838
expected.add(new Document("plot", "A reporter, learning of time travelers visiting 20th century disasters, tries to change the history they know by averting upcoming disasters.").append("title", "Thrill Seekers").append("score", 0.7892671227455139));
3939
expected.add(new Document("plot", "At the age of 21, Tim discovers he can travel in time and change what happens and has happened in his own life. His decision to make his world a better place by getting a girlfriend turns out not to be as easy as you might think.").append("title", "About Time").append("score", 0.7843604683876038));
40-
expected.add(new Document("plot", "Hoping to alter the events of the past, a 19th century inventor instead travels 800,000 years into the future, where he finds humankind divided into two warring races.").append("title", "The Time Machine").append("score", 0.7801066637039185));
40+
expected.add(new Document("plot", "Hoping to alter the events of the past, a 19th century inventor instead travels 800,000 years into the future, where he finds humankind divided into two warring races.").append("title", "The Time Machine").append("score", 0.7801067233085632));
4141
expected.add(new Document("plot", "After using his mother's newly built time machine, Dolf gets stuck involuntary in the year 1212. He ends up in a children's crusade where he confronts his new friends with modern techniques...").append("title", "Crusade in Jeans").append("score", 0.7789170742034912));
42-
expected.add(new Document("plot", "An officer for a security agency that regulates time travel, must fend for his life against a shady politician who has a tie to his past.").append("title", "Timecop").append("score", 0.7771612405776978));
42+
expected.add(new Document("plot", "An officer for a security agency that regulates time travel, must fend for his life against a shady politician who has a tie to his past.").append("title", "Timecop").append("score", 0.7771613597869873));
4343
expected.add(new Document("plot", "A time-travel experiment in which a robot probe is sent from the year 2073 to the year 1973 goes terribly wrong thrusting one of the project scientists, a man named Nicholas Sinclair into a...").append("title", "A.P.E.X.").append("score", 0.7730885744094849));
44-
expected.add(new Document("plot", "Agent J travels in time to M.I.B.'s early days in 1969 to stop an alien from assassinating his friend Agent K and changing history.").append("title", "Men in Black 3").append("score", 0.7712380886077881));
44+
expected.add(new Document("plot", "Agent J travels in time to M.I.B.'s early days in 1969 to stop an alien from assassinating his friend Agent K and changing history.").append("title", "Men in Black 3").append("score", 0.7712380290031433));
4545
expected.add(new Document("plot", "Bound by a shared destiny, a teen bursting with scientific curiosity and a former boy-genius inventor embark on a mission to unearth the secrets of a place somewhere in time and space that exists in their collective memory.").append("title", "Tomorrowland").append("score", 0.7669923901557922));
46-
expected.add(new Document("plot", "With the help of his uncle, a man travels to the future to try and bring his girlfriend back to life.").append("title", "Love Story 2050").append("score", 0.7649372816085815));
46+
expected.add(new Document("plot", "With the help of his uncle, a man travels to the future to try and bring his girlfriend back to life.").append("title", "Love Story 2050").append("score", 0.7649372220039368));
4747
expected.add(new Document("plot", "A dimension-traveling wizard gets stuck in the 21st century because cell-phone radiation interferes with his magic. With his home world on the brink of war, he seeks help from a jaded ...").append("title", "The Portal").append("score", 0.7640786170959473));
4848
} else if (Objects.equals(env, "local")) {
4949
expected.add(new Document("plot", "A reporter, learning of time travelers visiting 20th century disasters, tries to change the history they know by averting upcoming disasters.").append("title", "Thrill Seekers").append("score", 0.7892671227455139));

0 commit comments

Comments
 (0)