-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
sage.geometry: Use PalpExecutable(...).absolute_filename() #33467
Comments
Commit: |
This comment has been minimized.
This comment has been minimized.
Last 10 new commits:
|
Author: Matthias Koeppe |
comment:3
You need to adjust doctests for latte:
etc., as the path is no longer relative... |
comment:4
Fix the latter is easy: --- a/src/sage/interfaces/latte.py
+++ b/src/sage/interfaces/latte.py
@@ -95,7 +95,7 @@ def count(arg, ehrhart_polynomial=False, multivariate_generating_function=False,
sage: n = count(cddin, cdd=True, verbose=True, raw_output=True) # optional - latte_int
This is LattE integrale ...
...
- Invocation: count '--redundancy-check=none' --cdd /dev/stdin
+ Invocation: ...count '--redundancy-check=none' --cdd /dev/stdin
...
Total Unimodular Cones: ...
Maximum number of simplicial cones in memory at once: ...
@@ -271,7 +271,7 @@ def integrate(arg, polynomial=None, algorithm='triangulate', raw_output=False, v
sage: ans = integrate(cddin, f, cdd=True, verbose=True, raw_output=True) # optional - latte_int
This is LattE integrale ...
...
- Invocation: integrate --valuation=integrate --triangulate --redundancy-check=none --cdd --monomials=... /dev/stdin
+ Invocation: ...integrate --valuation=integrate --triangulate --redundancy-check=none --cdd --monomials=... /dev/stdin
...
Testing triangulate algorithm::
@@ -313,7 +313,7 @@ def integrate(arg, polynomial=None, algorithm='triangulate', raw_output=False, v
sage: ans = integrate(cddin, cdd=True, raw_output=True, verbose=True) # optional - latte_int
This is LattE integrale ...
...
- Invocation: integrate --valuation=volume --triangulate --redundancy-check=none --cdd /dev/stdin
+ Invocation: ...integrate --valuation=volume --triangulate --redundancy-check=none --cdd /dev/stdin
...
Testing the runtime error:: does this patch belong here? |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Reviewer: Dima Pasechnik |
comment:8
Thank you! |
Changed branch from u/dimpase/sage_geometry__use_palpexecutable______absolute_filename__ to |
This is so that the Sage library becomes fully functional even when not being run from within sage-env (which sets PATH).
To test:
Depends on #32893
Depends on #31296
CC: @dimpase
Component: geometry
Author: Matthias Koeppe
Branch/Commit:
4b58ad6
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/33467
The text was updated successfully, but these errors were encountered: