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

Change is_skewsymmetric_matrix to is_alternating #2566

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

lgoettgens
Copy link
Member

Resolves #2555.

I renamed is_skewsymmetric_matrix to is_alternating, and updated all uses accordingly. In one test, there was a natural place to test that this indeed differs from is_skew_symmetric in characteristic 2.

src/deprecations.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #2566 (3a38f69) into master (76e50de) will decrease coverage by 0.95%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2566      +/-   ##
==========================================
- Coverage   72.82%   71.88%   -0.95%     
==========================================
  Files         416      417       +1     
  Lines       55587    57320    +1733     
==========================================
+ Hits        40482    41204     +722     
- Misses      15105    16116    +1011     
Impacted Files Coverage Δ
src/Groups/matrices/forms.jl 93.08% <100.00%> (ø)
src/Groups/matrices/matrix_manipulation.jl 86.48% <100.00%> (ø)

... and 60 files with indirect coverage changes

@fingolfin fingolfin merged commit 55d6c89 into oscar-system:master Jul 19, 2023
15 checks passed
@lgoettgens lgoettgens deleted the lg/is_skewsymmetric_matrix branch July 19, 2023 14:14
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.

Two different skew-symmetry checks
2 participants