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 isequaldomain for arrays #153

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Fix isequaldomain for arrays #153

merged 3 commits into from
Feb 28, 2024

Conversation

dlfivefifty
Copy link
Member

No description provided.

@dlfivefifty dlfivefifty changed the title == not working in VcatDomain Fix isequaldomain for arrays Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.42%. Comparing base (420a4eb) to head (e83622b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   87.42%   87.42%           
=======================================
  Files          35       35           
  Lines        2815     2816    +1     
=======================================
+ Hits         2461     2462    +1     
  Misses        354      354           

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

@dlfivefifty dlfivefifty merged commit 3b914a2 into master Feb 28, 2024
9 checks passed
@dlfivefifty dlfivefifty deleted the dl/vcatdomainequalsbug branch February 28, 2024 21:46
@daanhb
Copy link
Member

daanhb commented Feb 29, 2024

There is more, we also have:

julia> isequaldomain(5.0, [5.0])
false

and

julia> isequaldomain(Set([5.0]), [5.0])
false

Maybe your implementation for arrays should be the default.

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.

2 participants