Find derivative recurrences from PDE (via parametric derivative taking) #1476
ci.yml
on: pull_request
Ruff
7s
Typos
3s
Mypy
2m 7s
Pylint
2m 18s
Documentation
2m 1s
Conda Pytest
37m 26s
Conda Pytest Symengine
36m 3s
Conda Examples
2m 9s
Matrix: downstream_tests
Annotations
9 errors
Ruff
Process completed with exit code 1.
|
Documentation
Process completed with exit code 2.
|
Mypy
Process completed with exit code 1.
|
Pylint
Process completed with exit code 2.
|
Conda Pytest Symengine:
test/test/test/test_recurrenceqbx.py#L71
test_recurrence_laplace_2d_ellipse
NameError: name 'sp' is not defined
|
Conda Pytest Symengine
Process completed with exit code 1.
|
Conda Pytest:
test/test/test/test_recurrence.py#L55
test_helmholtz_3D
AssertionError: assert 3.38208266098046e-15 <= 1e-15
+ where 3.38208266098046e-15 = abs(-3.60928665807154*exp(0.384386316537543*I) - (-3.60928665807154 + 1.10862805166261*I)*exp(0.384386316537543*I) + 1.10862805166261*I*exp(0.384386316537543*I))
+ where -3.60928665807154*exp(0.384386316537543*I) - (-3.60928665807154 + 1.10862805166261*I)*exp(0.384386316537543*I) + 1.10862805166261*I*exp(0.384386316537543*I) = subs(x2, 0.32638125535660334)
+ where subs = (0.0823223736875172 - x2**2)*(-0.202937174334542*I*exp(1.0*I*sqrt(x2**2 + 0.0412281164931475))/(x2**2 + 0.041228116493...*I*sqrt(x2**2 + 0.0412281164931475))/((0.202937174334542*x2**2 + 0.00836671746425467)*sqrt(x2**2 + 0.0412281164931475)).subs
+ where (0.0823223736875172 - x2**2)*(-0.202937174334542*I*exp(1.0*I*sqrt(x2**2 + 0.0412281164931475))/(x2**2 + 0.041228116493...*I*sqrt(x2**2 + 0.0412281164931475))/((0.202937174334542*x2**2 + 0.00836671746425467)*sqrt(x2**2 + 0.0412281164931475)) = subs(x1, 0.0066798028608084925)
+ where subs = (-0.202937174334542*I*exp(1.0*I*sqrt(x1**2 + x2**2 + 0.0411834967268882))/(x1**2 + x2**2 + 0.0411834967268882) + 0.202...))/((0.202937174334542*x1**2 + 0.202937174334542*x2**2 + 0.00835766245497055)*sqrt(x1**2 + x2**2 + 0.0411834967268882)).subs
+ where (-0.202937174334542*I*exp(1.0*I*sqrt(x1**2 + x2**2 + 0.0411834967268882))/(x1**2 + x2**2 + 0.0411834967268882) + 0.202...))/((0.202937174334542*x1**2 + 0.202937174334542*x2**2 + 0.00835766245497055)*sqrt(x1**2 + x2**2 + 0.0411834967268882)) = subs(x0, 0.20293717433454184)
+ where subs = -x0**3*exp(1.0*I*sqrt(x0**2 + x1**2 + x2**2))/(sqrt(x0**2 + x1**2 + x2**2)*(x0**3 + x0*x1**2 + x0*x2**2)) + (-1.0*I*x0... x2**2)**(3/2) - 1.0*I/sqrt(x0**2 + x1**2 + x2**2))/sqrt(x0**2 + x1**2 + x2**2))*exp(1.0*I*sqrt(x0**2 + x1**2 + x2**2)).subs
+ and 0.20293717433454184 = rand()
+ where rand = <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'>.rand
+ where <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'> = np.random
+ and 0.0066798028608084925 = rand()
+ where rand = <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'>.rand
+ where <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'> = np.random
+ and 0.32638125535660334 = rand()
+ where rand = <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'>.rand
+ where <module 'numpy.random' from '/home/runner/work/sumpy/sumpy/.conda-root/envs/testing/lib/python3.13/site-packages/numpy/random/__init__.py'> = np.random
|
Conda Pytest:
test/test/test/test_recurrenceqbx.py#L71
test_recurrence_laplace_2d_ellipse
NameError: name 'sp' is not defined
|
Conda Pytest
Process completed with exit code 1.
|