-
Notifications
You must be signed in to change notification settings - Fork 133
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
test/PolyhedralGeometry: remove some prefer blocks #4351
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
benlorenz
commented
Nov 25, 2024
lgoettgens
added
the
topic: polyhedral geometry
Issue concerns polyhedral geometry code
label
Nov 25, 2024
even though these should be scoped, they do seem to have some side-effects they should not really be necessary so try removing them
benlorenz
force-pushed
the
bl/lessprefer
branch
from
November 25, 2024 22:12
42c203d
to
4242424
Compare
lgoettgens
approved these changes
Nov 25, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4351 +/- ##
==========================================
- Coverage 84.52% 84.50% -0.02%
==========================================
Files 645 647 +2
Lines 85710 85763 +53
==========================================
+ Hits 72443 72478 +35
- Misses 13267 13285 +18 |
benlorenz
added a commit
that referenced
this pull request
Dec 12, 2024
even though these should be scoped, they do seem to have some side-effects they should not really be necessary so try removing them (cherry picked from commit 4542bd3)
Merged
benlorenz
added a commit
that referenced
this pull request
Dec 13, 2024
Backports for release 1.2.2: fix galois_group problem. #4396 Fix zero-dimensional cone in cones in PolyhedralGeometry #4336 Fix up generic characteristic method for localized rings. #4346 test/PolyhedralGeometry: remove some prefer blocks #4351 Add comment about bibtool version, minor fix in testsuite #4356 Add hash method for RayVector #4354 Fix indent in AlgebraicCycles.md #4368 Fix toric typo #4367
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Even though these should be scoped, they do seem to have some side-effects (to be investigated...). They should not really be necessary so lets try removing them.
x-ref #4348.
Note: this currently based on the
lg/weight-lattice
branch and targets this branch, but we can also rebase and merge it to master once it ran successful for this branch, as it seems the same error also appeared on #4286.