-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Manifold.options.omit_function_arguments ineffective for arguments not in alphabetic order #33957
Labels
Milestone
Comments
Commit: |
New commits:
|
Author: Utkarsh Sharma |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Thanks for the fix! LGTM. |
Reviewer: Eric Gourgoulhon |
Changed branch from u/gh-utkarsh314/omit_function_arguments to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Sage 9.7.beta1, we have
So far, so good, but
The r.h.s. should be
f + g
.This bug is actually triggered by the following feature/bug of symbolic expressions:
i.e.
arguments()
returns the arguments sorted according to the alphabetical order, as reported in https://groups.google.com/g/sage-devel/c/Gt6GWZU-cI4/. See also #32227.Component: manifolds
Keywords: omit_function_arguments
Author: Utkarsh Sharma
Branch/Commit:
6dc5953
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/33957
The text was updated successfully, but these errors were encountered: