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
The following code will compile, but cause the runtime error because inferred type is Number which is unsupported. val b = mk.ndarray(mk[1.0, 2]). Considering current library design, is it possible to move this check to compile time? Maybe numbers should be treated as Double?