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

LieAlgebras: Collect all types to a single file #4042

Merged
merged 4 commits into from
Aug 23, 2024

Conversation

lgoettgens
Copy link
Member

I collected all abstract types and structs to a single file, as this is already done in other parts of Oscar.
Furthermore some minor changes I noticed when seeing all of the struct definitions right next to each other.

@lgoettgens lgoettgens added topic: LieTheory experimental Only changes experimental parts of the code labels Aug 23, 2024
@lgoettgens lgoettgens changed the title [LieAlgebras] Collect all types to a single file LieAlgebras: Collect all types to a single file Aug 23, 2024
- formatting
- add some parent type
- remove CoxeterGroup type as wished by felix-roehrich
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 96.47059% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.64%. Comparing base (f7601d3) to head (f76d835).
Report is 2 commits behind head on master.

Files Patch % Lines
experimental/LieAlgebras/src/Types.jl 96.44% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4042      +/-   ##
==========================================
+ Coverage   84.15%   84.64%   +0.48%     
==========================================
  Files         598      599       +1     
  Lines       82386    82444      +58     
==========================================
+ Hits        69330    69782     +452     
+ Misses      13056    12662     -394     
Files Coverage Δ
experimental/LieAlgebras/src/AbstractLieAlgebra.jl 90.65% <ø> (-0.67%) ⬇️
experimental/LieAlgebras/src/CoxeterGroup.jl 0.00% <ø> (ø)
...xperimental/LieAlgebras/src/DirectSumLieAlgebra.jl 87.87% <ø> (-1.17%) ⬇️
experimental/LieAlgebras/src/LieAlgebra.jl 83.13% <ø> (ø)
experimental/LieAlgebras/src/LieAlgebraHom.jl 81.33% <ø> (-3.78%) ⬇️
experimental/LieAlgebras/src/LieAlgebraIdeal.jl 52.56% <ø> (-9.94%) ⬇️
experimental/LieAlgebras/src/LieAlgebraModule.jl 90.38% <ø> (-6.52%) ⬇️
...xperimental/LieAlgebras/src/LieAlgebraModuleHom.jl 81.03% <ø> (-1.78%) ⬇️
experimental/LieAlgebras/src/LieAlgebras.jl 100.00% <ø> (ø)
experimental/LieAlgebras/src/LieSubalgebra.jl 57.47% <ø> (-7.14%) ⬇️
... and 4 more

... and 38 files with indirect coverage changes

@lgoettgens
Copy link
Member Author

@joschmitt woulx you wanna do the favor here as well?

Copy link
Member

@joschmitt joschmitt left a comment

Choose a reason for hiding this comment

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

Fine. 😄

@joschmitt joschmitt merged commit 27a47be into oscar-system:master Aug 23, 2024
28 checks passed
@lgoettgens lgoettgens deleted the lg/collect-structs branch August 23, 2024 16:21
HechtiDerLachs pushed a commit to HechtiDerLachs/Oscar.jl that referenced this pull request Sep 13, 2024
* Collect all types to a single file

* Move an outer constructor to inner

* Small refactorings

- formatting
- add some parent type
- remove CoxeterGroup type as wished by felix-roehrich

* Fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental Only changes experimental parts of the code topic: LieTheory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants