support multiple NrMovedPoints arguments in PrimitiveGroupsIterator - #82
support multiple NrMovedPoints arguments in PrimitiveGroupsIterator#82ThomasBreuer wants to merge 1 commit into
NrMovedPoints arguments in PrimitiveGroupsIterator#82Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 99.11% 99.16% +0.04%
==========================================
Files 46 46
Lines 38323 38333 +10
==========================================
+ Hits 37984 38012 +28
+ Misses 339 321 -18
🚀 New features to boost your workflow:
|
|
Concerning code coverage: If we want to see the warnings about missing degree restrictions, then we have to call Moreover, one gets an error message if the library of groups of degree larger than 4095 is not installed. Turning this question around: |
|
We will soon have all groups of degree < 8192 in this repo, so part of your question will become moot. I need to find some time to properly think about the rest. BTW I think this also affects |
But this is about another function, |
|
Trying to understand the background of |
addresses #80
(Fortunately,
NrMovedPointswas the only function that had this problem.)