sparse
                                
                                
                                
                                    sparse copied to clipboard
                            
                            
                            
                        Leading duplicates breaks coo to csr conversion
When leading duplicates are present in a COO matrix, the conversion towards CSR becomes invalid and not identical to the original COO representation.
An example and solution are proposed in pull request #19