SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.04k stars 140 forks source link

correct the behavior of Vector#reorder! method #276

Closed genya0407 closed 8 years ago

genya0407 commented 8 years ago

Vector#reorder! method overrode @data with Array. @data must be instance of Accessors::ArrayWrapper.

genya0407 commented 8 years ago

See #277