Skip to content

Commit b897c1e

Browse files
committed
Update icc.py
1 parent 182c9ec commit b897c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/icc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
import os
33
import numpy as np
4-
from numpy import ones, kron, mean, eye, hstack, dot, tile
4+
from numpy import ones, kron, mean, eye, hstack, dot, tile, nan_to_num
55
from numpy.linalg import pinv
66
import nibabel as nb
77
from ..interfaces.base import (

0 commit comments

Comments
 (0)