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

Fix sheaf_cohomology_bgg docstring, sheafCohTable printing #2890

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

fingolfin
Copy link
Member

No description provided.

@fingolfin
Copy link
Member Author

@RafaelDavidMohr please have a look to verify this is OK

@fingolfin fingolfin closed this Oct 9, 2023
@fingolfin fingolfin reopened this Oct 9, 2023
@RafaelDavidMohr
Copy link
Contributor

Sorry for the delay. Looks good to me.

@@ -1581,7 +1581,7 @@ S^4 <---- S^6 <---- S^4 <---- S^1 <---- 0
julia> M = cokernel(map(FI, 2));

julia> tbl = sheaf_cohomology_bgg(M, -6, 2)
-6 -5 -4 -3 -2 -1 0 1 2
. -6 -5 -4 -3 -2 -1 0 1 2
Copy link
Member Author

Choose a reason for hiding this comment

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

@wdecker @RafaelDavidMohr @ederc I've now tweaked the printing of this table to avoid running into the issue with Documenter (if the first line of output is indented by more than 6 spaces, it thinks this is a continuation of the input line above.

As you can see, the tweak is that the first thing printed now is a dot . not a space. Not great but it works.

Copy link
Member

Choose a reason for hiding this comment

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

@wdecker Maybe instead of a dot we could print something like S (for shift) or D (for degree) for this row?

Copy link
Member

Choose a reason for hiding this comment

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

Discussed with @wdecker to add twist: as header for the first row, updated PR correspondingly

Copy link
Member Author

Choose a reason for hiding this comment

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

Great, thanks!

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #2890 (e1e808d) into master (c60bda7) will decrease coverage by 0.13%.
Report is 5 commits behind head on master.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2890      +/-   ##
==========================================
- Coverage   80.41%   80.29%   -0.13%     
==========================================
  Files         462      462              
  Lines       65315    65449     +134     
==========================================
+ Hits        52524    52550      +26     
- Misses      12791    12899     +108     
Files Coverage Δ
src/Modules/ModulesGraded.jl 79.95% <100.00%> (+3.32%) ⬆️

... and 23 files with indirect coverage changes

Copy link
Member

@HereAround HereAround left a comment

Choose a reason for hiding this comment

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

Thank you @fingolfin . I also like the word "twist" in the table.

@HereAround HereAround merged commit 17c5731 into oscar-system:master Oct 13, 2023
11 of 15 checks passed
@fingolfin fingolfin deleted the mh/sheaf_cohomology_bgg branch October 15, 2023 21:20
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