You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Certain combinations of input return an error. This was already present in the original implementation of the program.
The text was updated successfully, but these errors were encountered: