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.43k stars 295 forks source link

Add miri to CI #1372

Open bluss opened 4 months ago

bluss commented 4 months ago

See here for more good research on running miri from @jturner314:

some options need to be updated since miri has changed defaults since then.