codac icon indicating copy to clipboard operation
codac copied to clipboard

Warning when using Codac with Scipy

Open SimonRohou opened this issue 8 months ago • 0 comments

The following Python code..

import codac as cdc
from scipy.linalg import sqrtm

..generates the warning:

UserWarning: Signature b'\x99\x99\x99\x99\x99\x99\xb9\xbf' for <class 'numpy.float64'> does not match any known type: falling back to type probe function.

(from @godardma: quick fix, import Codac after Scipy)

SimonRohou avatar May 14 '25 15:05 SimonRohou