quil-lang / magicl

Matrix Algebra proGrams In Common Lisp.
BSD 3-Clause "New" or "Revised" License
238 stars 44 forks source link

fix matrix stacking test #205

Closed krfantasy closed 4 months ago

krfantasy commented 4 months ago

07edc0f changed the return type of magicl:row and magicl:column, causing test-matrix-stacking to fail.

This was also mentioned in issue #203.

stylewarning commented 4 months ago

Thanks!