Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Spiros Ts
The code is from this pull request [ https://github.com/sympy/sympy/pull/25251] from math import isclose from sympy import lambdify, latex from sympy.core.numbers import I, pi from sympy.core.symbol import Dummy from sympy.functions.elementary.complexes import (Abs, arg) from

[sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Shishir Kushwaha
It is working fine for me in both jupyter notebook and intreactive sympy shell . Do you mind sharing the full code snippet where you were using it to cause the error . On Monday 4 March 2024 at 01:34:51 UTC+5:30 tsioupr...@gmail.com wrote: > Author: Spiros Tsioupros > Github:

[sympy] ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Spiros Ts
Author: Spiros Tsioupros Github: https://github.com/Spiros7bit email: tsioupr...@gmail.com Hallo, community, while I was trying to run a program this error popped up: *from sympy.plotting.series import LineOver1DRangeSeriesModuleNotFoundError: No module named

Re: [sympy] Add some links to README.md

2024-03-03 Thread Spiros Ts
Thank you very much for the useful information. Στις Κυρ 3 Μαρ 2024 στις 1:30 μ.μ., ο/η Jason Moore έγραψε: > The test check failures you see are from something else, not your README > changes. We don't check anything about the readme other than it being > present. > > Jason > moorepants.info >

Re: [sympy] Add some links to README.md

2024-03-03 Thread Jason Moore
The test check failures you see are from something else, not your README changes. We don't check anything about the readme other than it being present. Jason moorepants.info +01 530-601-9791 On Sun, Mar 3, 2024 at 12:09 PM Spiros Ts wrote: > Author: Spiros Tsioupros > Github:

Re: [sympy] Add some links to README.md

2024-03-03 Thread Oscar Benjamin
You don't need to worry about those errors. They are not related to the changes in your PR and any PR can be merged even if those tests fail. It looks like those same errors are showing on all PRs right now. The errors that you see are in the numpy nightly test job. This is a job that runs the

[sympy] Add some links to README.md

2024-03-03 Thread Spiros Ts
Author: Spiros Tsioupros Github: https://github.com/Spiros7bit email: tsiouprosspi...@gmail.com Hello community, I made a pull request to add some links to README.md. While 63/68 checks are passed, 5 errors about test and test_optional_dependencies are thrown. I had read in the Development

Re: [sympy] Re: Need GSoC mentors and help updating ideas page

2024-03-03 Thread Samith Kavishke
If that so, what are the ideas that we can really contribute? I hope "Enhancing the flexibility of MatchPy" is still needed. On Sunday, March 3, 2024 at 2:31:26 PM UTC+5:30 asme...@gmail.com wrote: > I've Cced Francesco Bonazzi about the Wolfram Interpreter idea. It > relates to the RUBI

Re: [sympy] Re: Need GSoC mentors and help updating ideas page

2024-03-03 Thread Aaron Meurer
I've Cced Francesco Bonazzi about the Wolfram Interpreter idea. It relates to the RUBI project, but I don't know whether it is something that is still needed for it. Personally I would prefer to avoid creating a Wolfram Language interpreter if possible. Aaron Meurer On Sat, Mar 2, 2024 at 11:31