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 array unwrapping in distinct #335

Merged
merged 3 commits into from Nov 17, 2020
Merged

Fix array unwrapping in distinct #335

merged 3 commits into from Nov 17, 2020

Conversation

shyamd
Copy link
Contributor

@shyamd shyamd commented Nov 17, 2020

This ensures the built-in distinct call properly unwraps arrays.

@codecov
Copy link

codecov bot commented Nov 17, 2020

Codecov Report

Merging #335 (a60e12f) into master (1848830) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
+ Coverage   87.51%   87.52%   +0.01%     
==========================================
  Files          28       28              
  Lines        2170     2172       +2     
==========================================
+ Hits         1899     1901       +2     
  Misses        271      271              
Impacted Files Coverage Δ
src/maggma/stores/mongolike.py 82.57% <100.00%> (+0.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1848830...a60e12f. Read the comment docs.

@shyamd shyamd merged commit 8eb4bbd into master Nov 17, 2020
@shyamd shyamd deleted the fix-distinct branch November 17, 2020 21:23
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

1 participant