You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: