changeset 322:1f3fd2d0831b misc

Adjust threshold values for alloy tests.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Dec 2015 23:17:46 +0200
parents 971118747193
children 74e0675300de
files materials/info.php
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/materials/info.php	Wed Dec 30 23:16:48 2015 +0200
+++ b/materials/info.php	Wed Dec 30 23:17:46 2015 +0200
@@ -35,11 +35,10 @@
 
 $matReliability =
 [
-  [  1,    1, "1 test", "background: #a00; color: white;" ],
-  [  2,    3, "2-3 tests", "background: #750; color: white;" ],
-  [  4,    6, "4-6 tests", "background: #c90; color: black;", "color: black;" ],
-  [  7,    9, "7-10 tests", "background: #080; color: white;" ],
-  [ 10, 9999, "10 or more", "background: #0c0; color: black;", "color: black;" ],
+  [  1,    2, "1-2 tests", "background: #a00; color: white;" ],
+  [  3,    5, "3-5 tests", "background: #750; color: white;" ],
+  [  6,    9, "6-9 tests", "background: #c90; color: black;", "color: black;" ],
+  [ 10, 9999, "10 or more", "background: #080; color: white;" ],
 ];