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

index error out of range when using 🖋️ #84

Closed
Kilvoctu opened this issue Jan 10, 2023 · 0 comments
Closed

index error out of range when using 🖋️ #84

Kilvoctu opened this issue Jan 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Kilvoctu
Copy link
Owner

Getting reports of an error with recent PR #81

Something like:

pen[3] = [k for k, v in settings.global_var.simple_model_pairs.items() if v == fixed_short][0]
an index error out of range

The root of this issue comes from my poor handling of the models.csv

Currently the preferred way to populate models.csv is "simple" way as added with PR #68 (details there); that is, no file extension nor hash

That said, I need to support each method of models.csv format.
Will look into this later

@Kilvoctu Kilvoctu added the bug Something isn't working label Jan 10, 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
Projects
None yet
Development

No branches or pull requests

1 participant