unknown column error fixed in data explore view
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<tbody>
|
||||
{% for key, value in stats.items %}
|
||||
<tr>
|
||||
{% if value.std > 2 %}
|
||||
{% if value.std > 10 %}
|
||||
<td>{{ value.verbosename }}</td>
|
||||
<td>{{ value.mean|floatformat:0 }}</td>
|
||||
<td> {{ value.wmean|floatformat:0 }}</td>
|
||||
|
||||
Reference in New Issue
Block a user