tteofili opened a new pull request, #15443:
URL: https://github.com/apache/lucene/pull/15443
Comparing results of vector functions with and without Panama support might
lead to larger discrepancies as the vector dimensionality grows.
For example:
```
./gradlew test --tests TestVectorUtilSupport.testMinMaxScalarQuantize
-Dtests.seed=A315683B50AE2A0 -Dtests.locale=bho -Dtests.timezone=GMT
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
```
fails with:
```
TestVectorUtilSupport > testMinMaxScalarQuantize {p0=4096} FAILED
java.lang.AssertionError: expected:<1770.3743896484375> but
was:<1770.3133544921875>
at
__randomizedtesting.SeedInfo.seed([A315683B50AE2A0:B5176B347F30D775]:0)
...
```
this simply increases the base
[delta](https://github.com/apache/lucene/blob/main/lucene/core/src/test/org/apache/lucene/internal/vectorization/TestVectorUtilSupport.java#L42)
from 1e-5 to 1e-4.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]