# HG changeset patch # User Matti Hamalainen # Date 1451510266 -7200 # Node ID 1f3fd2d0831bfe7bb4ea636d4916a4c359f88a2c # Parent 97111874719379d7c47ac90d2ba4ccc96838c9b9 Adjust threshold values for alloy tests. diff -r 971118747193 -r 1f3fd2d0831b materials/info.php --- 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;" ], ];