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
I found a bug related to my indices_to_offsets function. If number of nonzeros < number of rows the transformation function gives wrong row_offsets. row_offsets in this situation is larger than row_indices in corresponding coo format.
I missed this due to fact that for large matrices this situation is not common, but for small matrices I found that very often.
The text was updated successfully, but these errors were encountered:
I found a bug related to my indices_to_offsets function. If number of nonzeros < number of rows the transformation function gives wrong row_offsets. row_offsets in this situation is larger than row_indices in corresponding coo format.
I missed this due to fact that for large matrices this situation is not common, but for small matrices I found that very often.
The text was updated successfully, but these errors were encountered: