Revision 685f5bc6 Ganeti/HTools/QC.hs

b/Ganeti/HTools/QC.hs
257 257
        score = Cluster.compCV nl
258 258
    -- we can't say == 0 here as the floating point errors accumulate;
259 259
    -- this should be much lower than the default score in CLI.hs
260
    in score > 1e-15
260
    in score <= 1e-15
261 261

  
262 262
test_Cluster =
263 263
    [ run prop_Score_Zero

Also available in: Unified diff