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

Warning in Newton-Rhapson solver for scalar input #547

Closed
adtzlr opened this issue Oct 19, 2023 · 0 comments · Fixed by #543
Closed

Warning in Newton-Rhapson solver for scalar input #547

adtzlr opened this issue Oct 19, 2023 · 0 comments · Fixed by #543
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adtzlr
Copy link
Owner

adtzlr commented Oct 19, 2023

tests/test_tools.py: 7 warnings
  /home/runner/work/felupe/felupe/.tox/py3/lib/python3.11/site-packages/felupe/tools/_newton.py:291: 
DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. 
Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.)
@adtzlr adtzlr added the enhancement New feature or request label Oct 19, 2023
@adtzlr adtzlr added this to the 8.0 milestone Oct 19, 2023
@adtzlr adtzlr self-assigned this Oct 19, 2023
@adtzlr adtzlr changed the title Bug in Newton-Rhapson solver for scalar input Warning in Newton-Rhapson solver for scalar input Oct 19, 2023
@adtzlr adtzlr mentioned this issue Oct 19, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant