-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
fix E251 in interacts and interfaces #34329
Comments
Commit: |
Branch: u/chapoton/34329 |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: David Coudert |
comment:3
In +. conversions = {'mathematica': 'SphericalBesselJ',
+ 'maxima': 'spherical_bessel_j',
+ 'sympy': 'jn'}
BuiltinFunction.__init__(self, 'spherical_bessel_J', nargs=2,
- conversions=dict(mathematica=
- 'SphericalBesselJ',
- maxima='spherical_bessel_j',
- sympy='jn'))
+ conversions=conversions) You should not touch |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:5
en effet, merci voici une nouvelle branche qui evite de toucher le fichier modifié par #34328 j'ai aussi defini le dictionnaire "conversions" à deux ou trois endroits |
comment:6
LGTM. |
Changed branch from u/chapoton/34329 to |
about
Component: refactoring
Author: Frédéric Chapoton
Branch/Commit:
acde465
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/34329
The text was updated successfully, but these errors were encountered: