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

bug fix CanonicalRepresentative and documentation ButterflyInsertion #287

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

aniemeyer
Copy link
Collaborator

CanonicalRepresentativeOfPolygonalSurface should return a simplicial surface if the input is a simplicial surface

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.39%. Comparing base (20e2116) to head (b80ed94).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   76.38%   76.39%           
=======================================
  Files          63       63           
  Lines       16378    16381    +3     
=======================================
+ Hits        12511    12514    +3     
  Misses       3867     3867           
Files with missing lines Coverage Δ
gap/PolygonalComplexes/graphs.gi 94.94% <100.00%> (+0.02%) ⬆️

Copy link
Collaborator

@MeikeWeiss MeikeWeiss left a comment

Choose a reason for hiding this comment

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

Very nice!

@@ -523,7 +523,15 @@ InstallMethod( CanonicalRepresentativeOfPolygonalSurface,
inversevertexmap[i-n1-n2] := VerticesAttributeOfComplex(surf)[i^perminv - n1 - n2];
od;

surf2 := PolygonalSurfaceByDownwardIncidenceNC(verticesofedgesofsurf2, edgesoffacesofsurf2);
# surf2 := PolygonalSurfaceByDownwardIncidenceNC(verticesofedgesofsurf2, edgesoffacesofsurf2);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Delete this line

@MeikeWeiss MeikeWeiss merged commit 60b6865 into master Sep 17, 2024
5 checks passed
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.

2 participants