SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

lib/nmatrix/nmatrix.rb:47:in `require_relative': superclass mismatch for class NMatrix (TypeError) #628

Closed jedld closed 5 years ago

jedld commented 5 years ago

ruby version: 2.6.3 system: ubuntu nmatrix version: 0.2.4

Just requiring nmaxtrix results in:

   3: from /home/jedld/.rvm/gems/ruby-2.6.3@grabai/gems/nmatrix-0.2.4/lib/nmatrix.rb:28:in `<top (required)>'
    2: from /home/jedld/.rvm/gems/ruby-2.6.3@grabai/gems/nmatrix-0.2.4/lib/nmatrix.rb:28:in `require'
    1: from /home/jedld/.rvm/gems/ruby-2.6.3@grabai/gems/nmatrix-0.2.4/lib/nmatrix/nmatrix.rb:47:in `<top (required)>'

/home/jedld/.rvm/gems/ruby-2.6.3@grabai/gems/nmatrix-0.2.4/lib/nmatrix/nmatrix.rb:47:in `require_relative': superclass mismatch for class NMatrix (TypeError)

jedld commented 5 years ago

looks like a conflict when using narray