a5d38fc4d0268c32cdc56853d0ef1c4f557dc20c,scipy/sparse/linalg/dsolve/linsolve.py,,spsolve,#Any#Any#Any#Any#,49

Before Change


            b_vec = b
        b_vec = asarray(b_vec, dtype=A.dtype).ravel()

        if isUmfpack and use_umfpack:
            if noScikit:
                warn("scipy.sparse.linalg.dsolve.umfpack will be removed,"
                        " install scikits.umfpack instead", DeprecationWarning)
            if A.dtype.char not in "dD":
                raise ValueError("convert matrix data to double, please, using"
                      " .astype(), or set linsolve.useUmfpack = False")

After Change



        if use_umfpack:
            if noScikit:
                raise RuntimeError("Scikits.umfpack not installed.")

            if A.dtype.char not in "dD":
                raise ValueError("convert matrix data to double, please, using"
                      " .astype(), or set linsolve.useUmfpack = False")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: scipy/scipy
Commit Name: a5d38fc4d0268c32cdc56853d0ef1c4f557dc20c
Time: 2014-02-09
Author: ralf.gommers@googlemail.com
File Name: scipy/sparse/linalg/dsolve/linsolve.py
Class Name:
Method Name: spsolve


Project Name: scipy/scipy
Commit Name: a5d38fc4d0268c32cdc56853d0ef1c4f557dc20c
Time: 2014-02-09
Author: ralf.gommers@googlemail.com
File Name: scipy/sparse/linalg/dsolve/linsolve.py
Class Name:
Method Name: factorized


Project Name: mne-tools/mne-python
Commit Name: 5633254b08c6cd97c4e261c06e08459eb51f9516
Time: 2019-03-08
Author: larson.eric.d@gmail.com
File Name: mne/utils/check.py
Class Name:
Method Name: _check_one_ch_type