Skip to content

Commit 46a92b9

Browse files
committed
RRuntimeError has moved
RRuntimeError has moved from rpy2.rinterface to rpy2.rinterface_lib.embedded
1 parent f189f4b commit 46a92b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intense/qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from rpy2.robjects.packages import importr
88
import scipy.interpolate
99
import scipy.stats
10-
from rpy2.rinterface import RRuntimeError
10+
from rpy2.rinterface_lib.embedded import RRuntimeError
1111
from typing import Optional, Iterable, Tuple, List, Union, IO
1212
from scipy.spatial import KDTree
1313

0 commit comments

Comments
 (0)