Skip to content
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

Misc fixes #1271

Merged
merged 5 commits into from Dec 29, 2022
Merged

Misc fixes #1271

merged 5 commits into from Dec 29, 2022

Conversation

skirpichev
Copy link
Collaborator

No description provided.

Instead, we should try to implement a functional derivative.
Instead we should try to implement finite differences.
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/__init__.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
diofant/core/expr.py Fixed Show fixed Hide fixed
from . import Dummy
from ..series.gruntz import mrv, rewrite
from ..calculus import Order
from ..calculus.gruntz import mrv, rewrite

Check notice

Code scanning / CodeQL

Cyclic import

Import of module [diofant.calculus.gruntz](1) begins an import cycle.
@@ -2694,16 +2694,16 @@

def limit(self, x, xlim, dir=-1):
"""Compute limit x->xlim."""
from ..series.limits import limit
from ..calculus.limits import limit

Check notice

Code scanning / CodeQL

Cyclic import

Import of module [diofant.calculus.limits](1) begins an import cycle.
@skirpichev skirpichev merged commit 5e91487 into diofant:master Dec 29, 2022
@skirpichev skirpichev deleted the misc branch December 29, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant