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

Performance improvement and fix of generators #892

Merged
merged 4 commits into from
Aug 23, 2016

Conversation

hulpke
Copy link
Contributor

@hulpke hulpke commented Aug 19, 2016

This fixes #887

@codecov-io
Copy link

codecov-io commented Aug 19, 2016

Current coverage is 49.32% (diff: 70.00%)

Merging #892 into master will decrease coverage by <.01%

@@             master       #892   diff @@
==========================================
  Files           422        422          
  Lines        228398     228403     +5   
  Methods        3448       3448          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits         112663     112649    -14   
- Misses       115735     115754    +19   
  Partials          0          0          

Powered by Codecov. Last update da0416e...06a79e7

Added missing `return` on line 16,, p.163 of Holt's handbook.
The forever loop in ScanAndFill is interrupted if a collapse makes i>j.
This fixes gap-system#887
@hulpke
Copy link
Contributor Author

hulpke commented Aug 21, 2016

Note that the travis test failure seems to be in packing a package -- not an issue for the PR.

@markuspf
Copy link
Member

The travis failure seems to have been some intermittent problem with travis' infrastructure. I re-ran the test and it went through normally.

@hulpke hulpke merged commit 8f5e7f4 into gap-system:master Aug 23, 2016
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.

Bug with new fp code in IsomorphismFpGroupByGeneratorsNC
3 participants