-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Features for palp, polytopes_db, polytopes_db_4d #32893
Comments
This comment has been minimized.
This comment has been minimized.
Branch: u/mkoeppe/feature_for_palp |
Author: Matthias Koeppe |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:5
I find such markings ridiculous... If a module is useless without PALP, it would make much more sense to me to mark the module once as optional and not on every single line of examples. My random guess is that modules for toric varieties will mostly stop working as well and again it would make much more sense to mark those modules as dependent on PALP and not each line. |
comment:6
Thanks for the feedback. I wouldn't go so far as to call the module useless. The explicit interaction of the polytope with a lattice in this class is valuable design and code that is not tied to the choice of PALP as a backend. There is a lot of duplication / proliferation of incompatible variants among Many of the
repeatedly. Would this be agreeable? |
comment:7
Since I am not doing any work anymore, it is up to the people who do to agree on ;-) |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
Replying to @mkoeppe:
down to less than 1/4 of the lines now |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:19
Doctest failures are unrelated, needs review |
Reviewer: Dima Pasechnik |
comment:20
lgtm |
comment:21
Thank you! |
comment:22
Follow-up: #33467 |
Changed branch from u/mkoeppe/feature_for_palp to |
palp
is a standard package, but with modularization that does not mean that everyone has it. In particular, sagemath-polyhedra (#32432) will not ship it.We add a feature test along the lines of the palp
spkg-configure.m4
script and mark many doctests insage.geometry
as# optional - palp
.To help construct doctest examples without having to rely on
palp
, we endow several classes with_sage_input_
methods.As a cosmetic change, nef-partitions now use a unicode symbol.
We also add feature tests for
polytopes_db
,polytopes_db_4d
.CC: @kliem @novoselt @seblabbe @dimpase
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
d97479d
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/32893
The text was updated successfully, but these errors were encountered: