From 05cf63e694107fe35ac24ec3d261b60564235fae Mon Sep 17 00:00:00 2001 From: einarr Date: Wed, 12 Dec 2007 14:41:27 +0000 Subject: [PATCH] Removes rpy, forcing scipy to be used. --- fluents/lib/hypergeom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fluents/lib/hypergeom.py b/fluents/lib/hypergeom.py index f04744f..d7e4f01 100644 --- a/fluents/lib/hypergeom.py +++ b/fluents/lib/hypergeom.py @@ -1,7 +1,8 @@ import scipy try: - import rpy + # FIXME: remove rpy in a more proper way + import rpy_does_not_exist has_rpy = True silent_eval = rpy.with_mode(rpy.NO_CONVERSION, rpy.r) except: