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 AllThreeWaistsOfComplex #283

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

MeikeWeiss
Copy link
Collaborator

PR #274

ReymondAkpanya
ReymondAkpanya previously approved these changes Sep 12, 2024
v2:=Intersection(voe2,voe3)[1];
v3:=Intersection(voe1,voe3)[1];
if Length(Set([v1,v2,v3]))=3 then
Add(waists,[v1,w[1],v2,w[2],v3,w[3],v1]);
Copy link
Collaborator

Choose a reason for hiding this comment

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

here it has to be [v3,w[1],v1,w[2],v2,w[3],v3]

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.37%. Comparing base (0810b52) to head (0aec9ea).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
+ Coverage   76.35%   76.37%   +0.02%     
==========================================
  Files          61       61              
  Lines       16210    16224      +14     
==========================================
+ Hits        12377    12391      +14     
  Misses       3833     3833              
Files with missing lines Coverage Δ
gap/Paths/paths.gd 100.00% <ø> (ø)
gap/Paths/paths.gi 79.75% <100.00%> (+0.29%) ⬆️

@ReymondAkpanya ReymondAkpanya merged commit f2494f9 into gap-packages:master Sep 13, 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