{% extends "ui/base_ui.html" %} {% block content %}
Trend: {{ direction }}{% if slope is not none %} (slope {{ "%.4f"|format(slope) }}/run){% endif %}
| When | critical_pass_rate | malformed_rate | mean_rubric |
|---|---|---|---|
| {{ p.ts }} | {{ "%.3f"|format(p.critical_pass_rate) }} | {{ "%.3f"|format(p.malformed_rate) if p.malformed_rate is not none else "—" }} | {{ "%.3f"|format(p.mean_rubric) if p.mean_rubric is not none else "—" }} |
No scored runs for this selection yet.
{% endif %} {% endblock %}