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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user