Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converting data to numpy array before checking data with numpy function #752

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

kenkehoe
Copy link
Contributor

Resolving issue when checking if data is finite when the data object type is not a Numpy array. This will try to extract the numpy array from the DataArray. Wrapped in a try to catch when the data is already a numpy array or is something else.

  • [ X] Documentation reflects changes
  • [ X] PEP8 Standards or use of linter

type is not a Numpy array. This will try to extract the numpy array from the
DataArray. Wrapped in a try to catch when the data is already a numpy
array or is something else.
@AdamTheisen AdamTheisen merged commit d324e99 into ARM-DOE:main Nov 15, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants