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

Unique may return an AbstractFill #382

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Unique may return an AbstractFill #382

merged 3 commits into from
Aug 28, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 22, 2024

After this

julia> unique(Fill(3, 4))
1-element Fill{Int64}, with entry equal to 3

julia> unique(Zeros(4, 4))
1-element Zeros{Float64}

julia> unique(Ones(0))
0-element Ones{Float64}

julia> unique(OneElement(2, 3, 4))
2-element OneElement{Int64, 1, Tuple{Int64}, Tuple{Base.OneTo{Int64}}}:
 
 2

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (7b64042) to head (2ae63f1).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #382   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files           8        8           
  Lines        1116     1121    +5     
=======================================
+ Hits         1115     1120    +5     
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty merged commit 5b31642 into master Aug 28, 2024
22 checks passed
@jishnub jishnub deleted the jishnub/unique branch August 28, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants