Change implementation of to_row_vector for nalgebra (#34)

* Add failing test

* Change implementation of to_row_vector for nalgebra
This commit is contained in:
morenol
2020-11-25 14:39:02 -04:00
committed by GitHub
parent 9db993939e
commit 89a5136191
4 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ datasets = []
[dependencies]
ndarray = { version = "0.13", optional = true }
nalgebra = { version = "0.22.0", optional = true }
nalgebra = { version = "0.23.0", optional = true }
num-traits = "0.2.12"
num = "0.3.0"
rand = "0.7.3"
@@ -35,4 +35,4 @@ bincode = "1.3.1"
[[bench]]
name = "distance"
harness = false
harness = false