SciRuby / numruby

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Minor fix in slicing tests #28

Closed Uditgulati closed 5 years ago

Uditgulati commented 5 years ago

The tests were clearly wrong as the assert was expecting an NMatrix of nm_int dtype and slice was for an NMatrix of type nm_float64. I wonder how it didn't show up before getting merged.