We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae3c74 commit 1d78096Copy full SHA for 1d78096
experiments/templates/nexus/experiments/results.html
@@ -141,7 +141,7 @@ <h2 class="experiment">{{ experiment.name }}</h2>
141
)</small>
142
</td>
143
<td title="Improvement" class="improvement {% if forloop.counter|divisibleby:2 %}odd{% else %}even{% endif %}">
144
- {% with results.improvement as improvement %}
+ {% with improvement=results.improvement confidence=results.confidence %}
145
{% if improvement != None %}
146
{% if confidence >= 95 and improvement < 0 %}
147
<span class="negative_improvement">
0 commit comments