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
When creating a sparse matrix from a dense array using .from_array(arr, symmetry="symmetric") a symmetry warning is always thrown even if the given array actually satisfies the symmetry property. This is not so nice.