We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With unexpected inputs out of range, a negative list index can be generated in match_times (analyze_estimates.py).
match_times
performance_tracker/performance_tracker/analyzer/analyze_estimates.py
Line 20 in afbaee2
The text was updated successfully, but these errors were encountered:
Commit afbaee2 is a temporary fix - throwing out invalid values. We could dig a bit deeper into understanding what causes this error.
Sorry, something went wrong.
Probably worth logging when this happens versus throwing it out?
No branches or pull requests
With unexpected inputs out of range, a negative list index can be generated in
match_times
(analyze_estimates.py).performance_tracker/performance_tracker/analyzer/analyze_estimates.py
Line 20 in afbaee2
The text was updated successfully, but these errors were encountered: