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 GAP.julia_to_gap(T::SubgroupTransversal) #4081

Conversation

ThomasBreuer
Copy link
Member

@ThomasBreuer ThomasBreuer commented Sep 11, 2024

The problem arose from the improvement in oscar-system/GAP.jl#989:
Right transversal objects are AbstractVectors, and now a three argument method for these objects is available in GAP.jl, which is not the method one wants.

The fix is preliminary, things will become better again as soon as julia_to_gap gets reworked, see oscar-system/GAP.jl#1025.

@lgoettgens
Copy link
Member

This has been cherry-picked into #3688.

@lgoettgens lgoettgens closed this Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.65%. Comparing base (85af063) to head (b860ea6).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4081   +/-   ##
=======================================
  Coverage   84.65%   84.65%           
=======================================
  Files         614      614           
  Lines       83325    83325           
=======================================
+ Hits        70536    70538    +2     
+ Misses      12789    12787    -2     
Files with missing lines Coverage Δ
src/Groups/cosets.jl 89.59% <100.00%> (ø)

... 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.

2 participants