test: reduce round precision to avoid platform diff (#5013)

Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
Zhenchi
2024-11-19 00:37:15 +08:00
committed by GitHub
parent 4402f638cd
commit 73e6bf399d
4 changed files with 51 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ s2 = { version = "0.0.12", optional = true }
serde.workspace = true
serde_json.workspace = true
session.workspace = true
simsimd = "4"
simsimd = "6"
snafu.workspace = true
sql.workspace = true
statrs = "0.16"