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

TypeError: m > k must hold #5

Open
reejungkim opened this issue Mar 22, 2022 · 0 comments
Open

TypeError: m > k must hold #5

reejungkim opened this issue Mar 22, 2022 · 0 comments

Comments

@reejungkim
Copy link
Owner

TypeError: m > k must hold
Traceback:
File "/opt/anaconda3/envs/myenv/lib/python3.7/site-packages/streamlit/script_runner.py", line 337, in _run_script
exec(code, module.dict)
File "/Users/reejungkim/Documents/Git/Heroku_deployment/Streamlit/app.py", line 211, in
tck = sci.splrep(evols, erets)
File "/opt/anaconda3/envs/myenv/lib/python3.7/site-packages/scipy/interpolate/fitpack.py", line 291, in splrep
res = _impl.splrep(x, y, w, xb, xe, k, task, s, t, full_output, per, quiet)
File "/opt/anaconda3/envs/myenv/lib/python3.7/site-packages/scipy/interpolate/_fitpack_impl.py", line 461, in splrep
raise TypeError('m > k must hold')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant