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

feat: improve algebra functionality #1582

Merged
merged 1 commit into from
Aug 18, 2024
Merged

feat: improve algebra functionality #1582

merged 1 commit into from
Aug 18, 2024

Conversation

thofma
Copy link
Owner

@thofma thofma commented Aug 17, 2024

  • add check for constructors of morphisms
  • fix principal ideal test code in quaternion algebras
  • fix equality of (relative) orders

@thofma thofma force-pushed the th/ordfix branch 2 times, most recently from ec631b7 to 28198b0 Compare August 18, 2024 08:14
- add `check` for constructors of morphisms
- fix principal ideal test code in quaternion algebras
- fix equality of (relative) orders
- fix equality of (relative) ideals
- add extension
Copy link

codecov bot commented Aug 18, 2024

Codecov Report

Attention: Patch coverage is 96.15385% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.78%. Comparing base (c422e3c) to head (bcbb5ca).
Report is 1 commits behind head on master.

Files Patch % Lines
src/AlgAss/Map.jl 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1582      +/-   ##
==========================================
+ Coverage   75.76%   75.78%   +0.01%     
==========================================
  Files         358      358              
  Lines      113678   113693      +15     
==========================================
+ Hits        86129    86163      +34     
+ Misses      27549    27530      -19     
Files Coverage Δ
src/AlgAss/AlgQuat.jl 90.71% <100.00%> (+10.83%) ⬆️
src/AlgAssRelOrd/Ideal.jl 73.06% <100.00%> (+0.77%) ⬆️
src/AlgAssRelOrd/Order.jl 63.84% <100.00%> (+1.10%) ⬆️
src/EllCrv/Heights.jl 92.02% <100.00%> (ø)
src/Sparse/Row.jl 73.39% <100.00%> (-0.50%) ⬇️
src/AlgAss/Map.jl 79.61% <90.00%> (+0.11%) ⬆️

... and 27 files with indirect coverage changes

@thofma thofma merged commit 8ad8514 into master Aug 18, 2024
18 checks passed
@thofma thofma deleted the th/ordfix branch August 18, 2024 11:32
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.

1 participant