Skip to content

Commit aa14623

Browse files
committed
python3 fix
1 parent 73338ed commit aa14623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: combine_fold_results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import seaborn as sns
1111
import seaborn.utils, seaborn.palettes
1212
from seaborn.palettes import blend_palette
13-
from sklearn.utils.fixes import signature
13+
from inspect import signature
1414

1515
def makejoint(x,y,color,title):
1616
'''Plot x vs y where x are experimental values and y are predictions'''

0 commit comments

Comments
 (0)