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

Minor fixes for QuadFormWithIsom #2957

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

StevellM
Copy link
Member

After running the code on a bigger scale, I have noticed few issues to be fixed.

  • Fix the deserialization for ZZLatWithIsom
  • Fix some parts for primitive_extensions

@@ -424,7 +424,7 @@ function _subgroups_orbit_representatives_and_stabilizers_elementary(Vinq::TorQu
GVtoMGp = hom(GV, MGp, MGp.(act_GV); check = false)
GtoMGp = compose(GtoGV, GVtoMGp)

@hassert :ZZLatWithIsom g-ngens(snf(abelian_group(H0))[1]) < dim(Qp)
g-ngens(snf(abelian_group(H0))[1]) >= dim(Qp) && return res
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is your example small enough to be added as a test?

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe yes, but I need to find it again. I will try to re-run my examples and find such example. (I fixed this on another machine last week and forgot to save the non-working example...)

Copy link
Member Author

Choose a reason for hiding this comment

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

Found one, I will port it in a commit once I make sure the test goes well.

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #2957 (6f618a9) into master (d5e7b73) will decrease coverage by 0.04%.
Report is 5 commits behind head on master.
The diff coverage is 54.54%.

@@            Coverage Diff             @@
##           master    #2957      +/-   ##
==========================================
- Coverage   80.38%   80.35%   -0.04%     
==========================================
  Files         469      470       +1     
  Lines       66383    66654     +271     
==========================================
+ Hits        53363    53557     +194     
- Misses      13020    13097      +77     
Files Coverage Δ
experimental/QuadFormAndIsom/src/serialization.jl 100.00% <100.00%> (ø)
experimental/QuadFormAndIsom/test/runtests.jl 97.36% <100.00%> (+0.07%) ⬆️
experimental/QuadFormAndIsom/src/embeddings.jl 97.28% <28.57%> (-0.77%) ⬇️

... and 20 files with indirect coverage changes

@thofma thofma merged commit 3c9a742 into oscar-system:master Oct 26, 2023
14 of 19 checks passed
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.

None yet

3 participants