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 RandomUnimodularMat (revised) #1511

Merged
merged 4 commits into from
Jul 17, 2017

Conversation

fingolfin
Copy link
Member

This PR contains PR #1508 by @wagh but also adds a test file, adds input validation to RandomUnimodularMat, and some other minor tweaks.

wagh and others added 3 commits July 17, 2017 12:05
Otherwise it goes in an infinite loop.
Since the vectors here are in characteristic 0, ConvertToVectorRepNC
does not do anything anyway.
@fingolfin fingolfin added the kind: bug Issues describing general bugs, and PRs fixing them label Jul 17, 2017
@fingolfin fingolfin changed the title Mh/fix random unimodular mat Fix RandomUnimodularMat (revised) Jul 17, 2017
@codecov
Copy link

codecov bot commented Jul 17, 2017

Codecov Report

Merging #1511 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1511      +/-   ##
==========================================
+ Coverage   64.18%    64.2%   +0.01%     
==========================================
  Files         992      992              
  Lines      322108   322470     +362     
  Branches    13087    13161      +74     
==========================================
+ Hits       206755   207036     +281     
- Misses     112537   112588      +51     
- Partials     2816     2846      +30
Impacted Files Coverage Δ
lib/matrix.gi 76.3% <100%> (+0.06%) ⬆️
src/stats.c 72.4% <0%> (-0.4%) ⬇️
src/stringobj.c 76.56% <0%> (-0.32%) ⬇️
src/hpc/thread.c 46.64% <0%> (-0.2%) ⬇️
src/funcs.c 69.65% <0%> (-0.15%) ⬇️
src/hpc/threadapi.c 31.59% <0%> (+0.19%) ⬆️
src/objset.c 93.31% <0%> (+0.26%) ⬆️
src/opers.c 61.17% <0%> (+0.46%) ⬆️
lib/queue.g 69.59% <0%> (+3.19%) ⬆️

@markuspf markuspf merged commit cd1ee06 into gap-system:master Jul 17, 2017
@fingolfin fingolfin deleted the mh/fix-RandomUnimodularMat branch July 18, 2017 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants