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

BUGS #84

Open
vktrbr opened this issue May 5, 2022 · 0 comments
Open

BUGS #84

vktrbr opened this issue May 5, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vktrbr
Copy link
Owner

vktrbr commented May 5, 2022

Lambdify takes 2 args but 4 was given

2022-05-0

5 10:26:21.678 Uncaught app exception

Traceback (most recent call last):

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/scriptrunner/script_runner.py", line 443, in _run_script

exec(code, module.__dict__)

File "/app/optimization_ml/Inner_point/streamlit_app.py", line 101, in

solution, history = bound_constrained_lagrangian_method(function.call, x0, constraints, max_iter=100)

File "/app/optimization_ml/Inner_point/algorithms.py", line 87, in bound_constrained_lagrangian_method

constraints[i](x0)

File "/app/optimization_ml/StreamlitSupport/functions.py", line 39, in function_callable

return function_callable_initial(*x)

TypeError: _lambdifygenerated() takes 2 positional arguments but 4 were given

@vktrbr vktrbr added the bug Something isn't working label May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants