AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

warnings: matrix multiplication has been deprecated since CVXPY 1.1 #121

Open egolkar opened 1 year ago

egolkar commented 1 year ago

I get this warning from running "MultiCompartmentSphericalHarmonicsModel" function using solver='csd_cvxpy'. I checked the requirement of CVXPY 1.0.13 which is python 2. and dmipy requires python 3. should i ignore the warning or I should install any specific cvxpy version?