File: weibull.patch

package info (click to toggle)
ruby-distribution 0.7.3%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 624 kB
  • sloc: ruby: 4,283; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: additional requirement to ensure distribution/weibull.rb is loaded
Author: Cédric Boutillier <boutil@debian.org>
Bug: https://github.com/clbustos/distribution/issues/18
Bug-Debian: http://bugs.debian.org/794165
Last-Update: 2015-08-13

--- a/spec/weibull_spec.rb
+++ b/spec/weibull_spec.rb
@@ -1,4 +1,5 @@
 require File.expand_path(File.dirname(__FILE__)+"/spec_helper.rb")
+require "distribution/weibull"
 
 include ExampleWithGSL
 
@@ -15,4 +16,4 @@
 		   Distribution::Weibull::p_value(0.86466, 1, 1).should be_within(1e-3).of(2.0)
 		end
 	 #end
-end
\ No newline at end of file
+end