Skip to content

Commit 1d78096

Browse files
committed
Fix coloring improvement column
1 parent fae3c74 commit 1d78096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/templates/nexus/experiments/results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 class="experiment">{{ experiment.name }}</h2>
141141
)</small>
142142
</td>
143143
<td title="Improvement" class="improvement {% if forloop.counter|divisibleby:2 %}odd{% else %}even{% endif %}">
144-
{% with results.improvement as improvement %}
144+
{% with improvement=results.improvement confidence=results.confidence %}
145145
{% if improvement != None %}
146146
{% if confidence >= 95 and improvement < 0 %}
147147
<span class="negative_improvement">

0 commit comments

Comments
 (0)