summaryrefslogtreecommitdiff
path: root/fminer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'fminer.rb')
-rw-r--r--fminer.rb2
1 files changed, 1 insertions, 1 deletions
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