-
Notifications
You must be signed in to change notification settings - Fork 6
Add a test to compare names and structure descriptions #34
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
base: master
Are you sure you want to change the base?
Add a test to compare names and structure descriptions #34
Conversation
17f5a95 to
cf8dd4b
Compare
cf8dd4b to
28edf45
Compare
|
A fix for |
2b1a720 to
bd6b9f1
Compare
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
==========================================
- Coverage 99.92% 99.90% -0.02%
==========================================
Files 46 47 +1
Lines 382938 383100 +162
==========================================
+ Hits 382633 382748 +115
- Misses 305 352 +47
|
e5c0924 to
d231104
Compare
|
@alex-konovalov the name for [ 100, 14 ] is also definitely wrong. You can verify this even by "brute force": there is no quotient isomorphic to |
|
@fingolfin thanks, [100,14] already in #36. |
b85d9b5 to
1091eb9
Compare
41d7b14 to
03a1568
Compare
|
Rebased after merging #36. |
03a1568 to
a2469d3
Compare
|
This PR is unfinished, but at least issues detected with its help were merged and could be released. |
- Move `testutils` to `lib` for coverage reports - Rename sanity tests to consistency tests - Reflect renaming of the consistency check - Reorganise progress reports
PrimGrpNamesDuplicates now has two arguments to restrict the check to degrees [d1..d2]. This is useful to check only a specific degree, or check the testing code on a subset of the library.
6ee1146 to
6d63375
Compare
|
After rebase, I see this in stable-4.11,-4.10 but not in master: |
This is a start of working over #31.
With it, #30 could have been detected as follows:
It filters some obvious cases, but because names and structure descriptions are not guaranteed to match, that's not always the case. One still needs to check manually a lot, e.g.
Above, I've noticed the line
Alt(6)^2.4, @hulpke and @colva ?