{% extends "ui/base_ui.html" %} {% block content %}

Eval Trend

{% if points %}

Trend: {{ direction }}{% if slope is not none %} (slope {{ "%.4f"|format(slope) }}/run){% endif %}

{% for p in points %} {% endfor %}
Whencritical_pass_ratemalformed_ratemean_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 "—" }}
{% else %}

No scored runs for this selection yet.

{% endif %} {% endblock %}