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

remove an intersect method #4285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ThomasBreuer
Copy link
Member

The method is applicable to a vector whose type can be constructed only by explicitly prescribing it.
Having an intersect method for this case looks strange.

(And logically, intersect for one vector contradicts Julia's default behaviour, which just returns this vector.)

The method is applicable to a vector whose type can be constructed
only by explicitly prescribing it.
Having an `intersect` method for this case looks strange.

(And logically, `intersect` for one vector contradicts Julia's
default behaviour, which just returns this vector.)
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.51%. Comparing base (24711ee) to head (3198a27).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4285      +/-   ##
==========================================
+ Coverage   84.49%   84.51%   +0.01%     
==========================================
  Files         641      641              
  Lines       85476    85465      -11     
==========================================
+ Hits        72226    72228       +2     
+ Misses      13250    13237      -13     
Files with missing lines Coverage Δ
src/Groups/cosets.jl 95.67% <ø> (+6.08%) ⬆️

... and 1 file with indirect coverage changes

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.

1 participant