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

Fix and test bug in getElementCount(). #787

Merged
merged 1 commit into from Jun 30, 2023
Merged

Fix and test bug in getElementCount(). #787

merged 1 commit into from Jun 30, 2023

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Jun 30, 2023

For null dataspaces getElementCount() would return 1 instead of 0.

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #787 (61f35c1) into master (6b15f52) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #787      +/-   ##
==========================================
+ Coverage   83.94%   83.99%   +0.04%     
==========================================
  Files          67       67              
  Lines        4602     4616      +14     
==========================================
+ Hits         3863     3877      +14     
  Misses        739      739              
Impacted Files Coverage Δ
include/highfive/bits/H5Dataspace_misc.hpp 83.01% <ø> (-0.91%) ⬇️
tests/unit/tests_high_five_base.cpp 99.67% <100.00%> (+<0.01%) ⬆️

For null dataspaces `getElementCount()` would return 1 instead of 0.
@1uc 1uc marked this pull request as ready for review June 30, 2023 14:23
@1uc 1uc merged commit b0db6c9 into master Jun 30, 2023
30 checks passed
@1uc 1uc deleted the 1uc/element-count branch June 30, 2023 15:02
mgeplf added a commit to BlueBrain/libsonata that referenced this pull request Nov 24, 2023
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.

None yet

2 participants