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

Certain combinations of input return an error #16

Open
ifokkema opened this issue Dec 12, 2023 · 0 comments
Open

Certain combinations of input return an error #16

ifokkema opened this issue Dec 12, 2023 · 0 comments
Labels
bug Something isn't working CLI

Comments

@ifokkema
Copy link
Member

Certain combinations of input return an error. This was already present in the original implementation of the program.

python3 FSHD.py -p Asian -s 161 161 161 161

Traceback (most recent call last):
  File "/www/git/SSLP-Analyzer/FSHD_CLI/FSHD/FSHD.py", line 344, in <module>
    main()
  File "/www/git/SSLP-Analyzer/FSHD_CLI/FSHD/FSHD.py", line 340, in main
    run(args)
  File "/www/git/SSLP-Analyzer/FSHD_CLI/FSHD/FSHD.py", line 305, in run
    result, totaalkans = predict(args)
  File "/www/git/SSLP-Analyzer/FSHD_CLI/FSHD/FSHD.py", line 91, in predict
    ingeklapt.append([gesorteerd[i][0]*teller, gesorteerd[i]
TypeError: list indices must be integers or slices, not dict
@ifokkema ifokkema added bug Something isn't working CLI labels Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI
Projects
None yet
Development

No branches or pull requests

1 participant