From 67261153a329de005347ec236350d5c2bb7ff3ed Mon Sep 17 00:00:00 2001 From: davor Date: Wed, 5 Dec 2012 11:08:16 +0100 Subject: Update fminer.rb --- fminer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fminer.rb b/fminer.rb index 0f965ed..36fc2e5 100644 --- a/fminer.rb +++ b/fminer.rb @@ -428,7 +428,7 @@ end if !matched_smarts_pValues.nil? bbrc_smarts_pValues.each do |s, p| assert matched_smarts_pValues.has_key?(s) - assert_in_delta p.to_f.round_to(4),matched_smarts_pValues[s].to_f.round_to(4) + assert_equal p.to_f.round_to(4),matched_smarts_pValues[s].to_f.round_to(4) end end -- cgit v1.2.3