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

Fixes sheaf cohomology printing, adds check that coefficient ring is a field #3087

Merged
merged 6 commits into from
Dec 11, 2023

Conversation

RafaelDavidMohr
Copy link
Contributor

Changes as requested in #3084

@RafaelDavidMohr RafaelDavidMohr marked this pull request as draft December 8, 2023 15:48
@RafaelDavidMohr RafaelDavidMohr marked this pull request as ready for review December 8, 2023 15:53
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Merging #3087 (a31fd3e) into master (32b7e89) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 85.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3087   +/-   ##
=======================================
  Coverage   80.57%   80.58%           
=======================================
  Files         525      525           
  Lines       70593    70597    +4     
=======================================
+ Hits        56881    56888    +7     
+ Misses      13712    13709    -3     
Files Coverage Δ
src/Modules/ModulesGraded.jl 81.48% <85.71%> (+0.19%) ⬆️

... and 2 files with indirect coverage changes

Comment on lines +2087 to +2088
elem_type(::FreeMod_dec{T}) where {T} = FreeModElem_dec{T}
parent_type(::FreeModElem_dec{T}) where {T} = FreeMod_dec{T}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, but I became curious: Where do these types come from and where are they used? I thought that the graded modules are the same as the usual modules. Did anything change there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is beyond my scope to be honest, maybe @jankoboehm knows.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@HechtiDerLachs Please resolve this in a direct conversation with @jankoboehm

Copy link
Contributor

Choose a reason for hiding this comment

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

Don't use for gradings, we plan to use this for filtrations, once they are sorted out for rings.

@wdecker wdecker merged commit 6d999d6 into oscar-system:master Dec 11, 2023
18 of 22 checks passed
Comment on lines +2087 to +2088
elem_type(::FreeMod_dec{T}) where {T} = FreeModElem_dec{T}
parent_type(::FreeModElem_dec{T}) where {T} = FreeMod_dec{T}
Copy link
Collaborator

@thofma thofma Dec 11, 2023

Choose a reason for hiding this comment

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

Why are those methods necessary? #3068 went to great lengths to remove such methods.

CC: @lgoettgens

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.

None yet

5 participants