I\'m computing a polyfit multiple times during a program, and some of my inputs are np.nan and are going to get the algorithm problems. I know thi
polyfit
np.nan
The error
Intel MKL ERROR: Parameter 4 was incorrect on entry to DELSD
occurs when you have Nan or Inf value in your input. Please check and impute it.