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

make sure char values are in the correct field #4057

Merged
merged 1 commit into from
Aug 29, 2024
Merged

make sure char values are in the correct field #4057

merged 1 commit into from
Aug 29, 2024

Conversation

fieker
Copy link
Contributor

@fieker fieker commented Aug 29, 2024

could/ chould fix a Heisenbug (cannot convert Rational to MultGroupElem) and others....

@lgoettgens lgoettgens added topic: groups experimental Only changes experimental parts of the code labels Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.67%. Comparing base (910b61b) to head (05f8b6b).
Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
experimental/GModule/src/GModule.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4057      +/-   ##
==========================================
+ Coverage   84.16%   84.67%   +0.50%     
==========================================
  Files         599      600       +1     
  Lines       82409    82610     +201     
==========================================
+ Hits        69357    69946     +589     
+ Misses      13052    12664     -388     
Files with missing lines Coverage Δ
experimental/GModule/src/GModule.jl 63.02% <50.00%> (+2.43%) ⬆️

... and 48 files with indirect coverage changes

@@ -807,7 +807,7 @@ gmodule(k::fpField, C::GModule{<:Any, <:AbstractAlgebra.FPModule{fpFieldElem}})
continue
end
T = action(C, r)
push!(chr, (c, trace(matrix(T))))
push!(chr, (c, K(trace(matrix(T)))))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, how could that not be in K?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure.. I am scared about the default field(s), the GAP <-> Oscar FF conversion and algebraic closures...

@thofma thofma merged commit fd7e9b8 into master Aug 29, 2024
29 checks passed
@thofma thofma deleted the FixGModule branch August 29, 2024 21:26
HechtiDerLachs pushed a commit to HechtiDerLachs/Oscar.jl that referenced this pull request Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental Only changes experimental parts of the code topic: groups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants