Implemented first test.

This commit is contained in:
2024-05-03 18:59:50 +01:00
parent 30524c53a1
commit 5fdac4d980
2 changed files with 113 additions and 1 deletions

View File

@@ -17,6 +17,12 @@ ndarray-csv = "*"
rayon = "*"
indicatif = "*"
[dev-dependencies]
arbitrary = { version = "1.3.2", features = ["derive"] }
tempfile = "3.10.1"
arbtest = "0.3.1"
float-cmp = "0.9.0"
[tool.maturin]
profile = "release"
all-features = true