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 argument check to G-set constructor #4259

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

ThomasBreuer
Copy link
Member

@ThomasBreuer ThomasBreuer commented Oct 30, 2024

  • add check argument with default value true
  • if check is true then test whether the given action function fits to the given seeds
  • set check to false in situations where the function is known to fit

resolves #367

- add `check` argument check th default value `true`
- if `check` is `true` then test whether the given action function
  fits to the given `seeds`
- set `check` to `false` in situations where the function is known to fit
src/Groups/gsets.jl Outdated Show resolved Hide resolved
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.60%. Comparing base (c428b99) to head (c7c6029).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/Groups/gsets.jl 87.50% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4259   +/-   ##
=======================================
  Coverage   84.59%   84.60%           
=======================================
  Files         640      640           
  Lines       85116    85117    +1     
=======================================
+ Hits        72008    72009    +1     
  Misses      13108    13108           
Files with missing lines Coverage Δ
src/Groups/gsets.jl 91.63% <87.50%> (+0.03%) ⬆️

src/Groups/gsets.jl Outdated Show resolved Hide resolved
Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
@fingolfin fingolfin enabled auto-merge (squash) October 30, 2024 20:19
@fingolfin fingolfin merged commit 4ab6f4d into oscar-system:master Oct 30, 2024
29 checks passed
@ThomasBreuer ThomasBreuer deleted the TB_gset_check branch October 30, 2024 22:18
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.

Orbits/ Gsets
3 participants