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.56k stars 299 forks source link

ndarray_for_numpy_users some example to code not pointed out to clippy #1360

Closed higumachan closed 7 months ago

higumachan commented 7 months ago

I have made a small change to some examples of ndarray_for_numpy_users.

The reason is that if I write the code according to this example, it will be pointed out to clippy in the default configuration.

nilgoyette commented 7 months ago

Thank you!