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
Incorrect output values for average_time_to_first_response and average_time_to_close in issue_metrics.json
The actual values in issue_metrics.json are shown below, but the timedelta map values have been output.
In the above code, the variable average_time_to_first_response used to be of type timedelta, but it has changed to type map, so need to specify the element to get.
The text was updated successfully, but these errors were encountered:
eichisanden
changed the title
Incorrect output values for average_time_to_first_response and average_time_to_close in issue_metrics.json
Incorrect output values in issue_metrics.json
Nov 1, 2023
Incorrect output values for
average_time_to_first_response
andaverage_time_to_close
in issue_metrics.jsonThe actual values in issue_metrics.json are shown below, but the timedelta map values have been output.
https://github.com/github/issue-metrics/blob/9291773ac94d1e6e9afa852d792e92230f882582/json_writer.py#L85C22-L85C22
In the above code, the variable
average_time_to_first_response
used to be of type timedelta, but it has changed to type map, so need to specify the element to get.The text was updated successfully, but these errors were encountered: