You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/homebrew/lib/ruby/gems/3.3.0/gems/narray-0.6.1.2/narray/narray_ext.rb:15:
class NArray
def self.cast(array,type=nil)
case array
when NArray
when Array
array = NArray.to_na(array) # warning: undefining the allocator of T_DATA class NArray
How can this warning be silenced?
The text was updated successfully, but these errors were encountered: