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

[ToricVarieties] Improve doc in projectivization and define proj() #2755

Closed
wants to merge 3 commits into from

Conversation

mgemath
Copy link
Contributor

@mgemath mgemath commented Sep 1, 2023

No description provided.

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #2755 (7d26a62) into master (300a55f) will decrease coverage by 0.01%.
Report is 1 commits behind head on master.
The diff coverage is 90.76%.

@@            Coverage Diff             @@
##           master    #2755      +/-   ##
==========================================
- Coverage   73.27%   73.27%   -0.01%     
==========================================
  Files         450      450              
  Lines       63976    63978       +2     
==========================================
+ Hits        46881    46882       +1     
- Misses      17095    17096       +1     
Files Changed Coverage
src/Serialization/upgrades/0.13.0.jl 63.63%
...ebraicGeometry/ToricVarieties/Proj/constructors.jl 95.34%
src/Serialization/main.jl 100.00%

@@ -1,10 +1,11 @@
@doc raw"""
function proj(E::ToricLineBundle...)
proj(E::ToricLineBundle...)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
proj(E::ToricLineBundle...)
proj(E::ToricLineBundle...)

Please use spaces instead of tabs for indentation, see https://docs.oscar-system.org/dev/DeveloperDocumentation/styleguide/#Whitespace

* type -> _type, refs -> _refs

* adds const var for keys in file format

* better error handling in upgrade script
@mgemath mgemath closed this Sep 3, 2023
@mgemath mgemath deleted the ImproveProj branch September 3, 2023 07:22
@mgemath
Copy link
Contributor Author

mgemath commented Sep 3, 2023

Integrated into #2757. Hence closed.

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.

3 participants