Removes rpy, forcing scipy to be used.
This commit is contained in:
parent
455b2a7a86
commit
05cf63e694
|
@ -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:
|
||||
|
|
Reference in New Issue