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

Fixed broke continuous integration badge #1382

Closed juhotuho10 closed 2 months ago

juhotuho10 commented 2 months ago

The previous "continuous integration" badge showed failing no matter the current result because of historical tests that failed, see: https://github.com/actions/starter-workflows/issues/1525

Now it shows the up to date test result

adamreichold commented 2 months ago

Thank you for fixing this!