-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug] economy/pred/regression - the use of any optional argument produces an error: "regression: error: argument -p/--polynomial: expected one argument" #1574
Labels
bug
Fix bug
Comments
@deeleeramone is that issue still relevant ? Thanks |
The issue appears when jumping from the economy menu with stored data to the prediction menu.
|
@deeleeramone |
p could be any value here.
|
here is removing the -p flag
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Bug] economy/pred/regression - the use of any optional argument - other than help - results in an error message
"regression: error: argument -p/--polynomial: expected one argument"
2022 Mar 28, 18:27 (✨) /economy/pred/ $ regression
2022 Mar 28, 18:27 (✨) /economy/pred/ $ regression -p 1
usage: regression [-i N_INPUTS] [-d N_DAYS] [-j N_JUMPS] [-e S_END_DATE] [-p N_POLYNOMIAL] [-h] [--export EXPORT]
regression: error: argument -p/--polynomial: expected one argument
2022 Mar 28, 18:27 (✨) /economy/pred/ $ regression -d 10
usage: regression [-i N_INPUTS] [-d N_DAYS] [-j N_JUMPS] [-e S_END_DATE] [-p N_POLYNOMIAL] [-h] [--export EXPORT]
regression: error: argument -p/--polynomial: expected one argument
The text was updated successfully, but these errors were encountered: