Removes rpy, forcing scipy to be used.
This commit is contained in:
parent
455b2a7a86
commit
05cf63e694
|
@ -1,7 +1,8 @@
|
||||||
import scipy
|
import scipy
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import rpy
|
# FIXME: remove rpy in a more proper way
|
||||||
|
import rpy_does_not_exist
|
||||||
has_rpy = True
|
has_rpy = True
|
||||||
silent_eval = rpy.with_mode(rpy.NO_CONVERSION, rpy.r)
|
silent_eval = rpy.with_mode(rpy.NO_CONVERSION, rpy.r)
|
||||||
except:
|
except:
|
||||||
|
|
Reference in New Issue