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

more functionality for collector objects #4157

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

Conversation

ThomasBreuer
Copy link
Member

create an Oscar collector from a GAP collector

(suggested by @fieker)

create an Oscar collector from a GAP collector
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.70%. Comparing base (5371a13) to head (75d5563).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4157   +/-   ##
=======================================
  Coverage   84.69%   84.70%           
=======================================
  Files         627      627           
  Lines       84300    84327   +27     
=======================================
+ Hits        71399    71430   +31     
+ Misses      12901    12897    -4     
Files with missing lines Coverage Δ
src/Groups/pcgroup.jl 75.34% <100.00%> (+4.61%) ⬆️

... and 5 files with indirect coverage changes

@@ -82,3 +82,13 @@ end
@test GAP.Globals.IsMutable(cgg)
@test cgg !== c.X
end

@testset "create collectors from polycyclic groups" begin
for i in rand(1:number_small_groups(96), 10)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
for i in rand(1:number_small_groups(96), 10)
for i in rand(1:number_of_small_groups(96), 10)

the old version is deprecated

Copy link
Member Author

Choose a reason for hiding this comment

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

o.k.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants