SJ001/AI-Feynman

LinAlgError: Array must not contain infs or NaNs

Opened this issue · 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

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?