From bf510042974f4c389b6a1806f33c3a8fe971b600 Mon Sep 17 00:00:00 2001 From: davor Date: Tue, 4 Dec 2012 15:06:40 +0100 Subject: Update fminer.rb Rounded pValues. --- fminer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fminer.rb b/fminer.rb index d080bf2..fbba7df 100644 --- a/fminer.rb +++ b/fminer.rb @@ -426,7 +426,7 @@ end if !matched_smarts_pValues.nil? bbrc_smarts_pValues.each do |s, p| assert matched_smarts_pValues.has_key?(s) - assert_equal p,matched_smarts_pValues[s] + assert_equal p.to_f.round_to(4),matched_smarts_pValues[s].to_f.round_to(4) end end -- cgit v1.2.3