rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.63k stars 307 forks source link

Organize tests in workspace (cont.) #1408

Closed bluss closed 3 months ago

bluss commented 3 months ago

Further normalization, using crates/ and naming directories exactly as their respective crates.

Also exclude blas-tests from default members, because it depends on selecting a blas backend.