intervals 0.4.75 → 0.4.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.txt +1 -1
- data/test/test_interval.rb +3 -3
- metadata +1 -1
data/VERSION.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.76
|
data/test/test_interval.rb
CHANGED
|
@@ -625,11 +625,11 @@ class Interval::KahanTest < Test::Unit::TestCase
|
|
|
625
625
|
0.82310391214613,
|
|
626
626
|
0.198147944349148,
|
|
627
627
|
0.24650422376045,
|
|
628
|
-
0.471233184991935].map{|x| x-0.5}
|
|
628
|
+
0.471233184991935].map{|x| x-0.5}
|
|
629
629
|
srand 12345
|
|
630
|
-
assert_consistent_sum gen_data(200)
|
|
630
|
+
assert_consistent_sum gen_data(200)
|
|
631
631
|
if @@long
|
|
632
|
-
assert_consistent_sum gen_data(2000)
|
|
632
|
+
assert_consistent_sum gen_data(2000)
|
|
633
633
|
assert_consistent_sum gen_data(100)
|
|
634
634
|
assert_consistent_sum gen_data(100)
|
|
635
635
|
assert_consistent_sum gen_data(100)
|