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

add a missing in method #4190

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

ThomasBreuer
Copy link
Member

According to the documentation, hom(x) in A shall return false for an element x of A, where A is a group of automorphisms.

With this addition, the proposed change from Nemocas/AbstractAlgebra.jl/pull/1853 should have less problems with the Oscar CI tests.

(There are of course missing == methods in the Groups code of Oscar as soon as Nemocas/AbstractAlgebra.jl/pull/1853 becomes available, but I think some discussion is needed concerning how to fix this.)

(According to the documentation, `hom(x) in A` shall return `false`
for an element `x` of `A`, where `A` is a group of automorphisms.)
Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.59%. Comparing base (c146706) to head (426e803).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4190   +/-   ##
=======================================
  Coverage   84.58%   84.59%           
=======================================
  Files         631      631           
  Lines       84831    84832    +1     
=======================================
+ Hits        71757    71760    +3     
+ Misses      13074    13072    -2     
Files with missing lines Coverage Δ
src/Groups/homomorphisms.jl 91.17% <100.00%> (+0.01%) ⬆️

... and 1 file with indirect coverage changes

@fingolfin fingolfin merged commit 2f8d138 into oscar-system:master Oct 11, 2024
29 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_membership branch October 11, 2024 07:57
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.

3 participants