AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

LinAlgError: Array must not contain infs or NaNs

Open leebox opened this issue 3 years ago • 1 comments

206 for a in arrays: 207 if not isfinite(a).all(): --> 208 raise LinAlgError("Array must not contain infs or NaNs") 209 210 def _is_empty_2d(arr):

LinAlgError: Array must not contain infs or NaNs

leebox avatar Nov 15 '21 09:11 leebox

I am having the same issue with my data. It throws "LinAlgError: Array must not contain infs or NaNs" error as the data in the text file is close to zero. any solution?

ahmad-u avatar Feb 07 '23 15:02 ahmad-u