Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removes rpy, forcing scipy to be used.

This commit is contained in:
Einar Ryeng 2007-12-12 14:41:27 +00:00
parent 455b2a7a86
commit 05cf63e694
1 changed files with 2 additions and 1 deletions

View File

@ -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: