Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphBLAS binding: sum duplicates #34

Merged
merged 1 commit into from
Jul 9, 2023
Merged

GraphBLAS binding: sum duplicates #34

merged 1 commit into from
Jul 9, 2023

Conversation

alugowski
Copy link
Owner

The previous nullptr argument for GrB_Matrix_build's dup argument would cause a GrB_INVALID_VALUE (-3) to be thrown if there are any duplicate values in the matrix market file. Use GrB_PLUS instead.

The previous nullptr argument for GrB_Matrix_build's `dup` argument would cause a GrB_INVALID_VALUE (-3) to be thrown if there are any duplicate values in the matrix market file. Use GrB_PLUS instead.
@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (f030668) 94.18% compared to head (51e427c) 94.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   94.18%   94.18%   -0.01%     
==========================================
  Files          22       22              
  Lines        2132     2131       -1     
  Branches      269      269              
==========================================
- Hits         2008     2007       -1     
  Misses        124      124              
Impacted Files Coverage Δ
include/fast_matrix_market/app/GraphBLAS.hpp 87.76% <100.00%> (-0.03%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@alugowski alugowski merged commit fe11399 into main Jul 9, 2023
@alugowski alugowski deleted the graphblassum branch July 9, 2023 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant