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

Remove unused isin #458

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Remove unused isin #458

merged 1 commit into from
Jul 22, 2024

Conversation

eendebakpt
Copy link
Contributor

The import of isin used is not availabe in numpy 2.0. If the import is required for backwards compatibility, then I suggest to replace it with from numpy import isin

@eendebakpt eendebakpt requested review from rileyjmurray and a team as code owners July 8, 2024 09:23
@eendebakpt eendebakpt requested review from sserita and removed request for a team July 8, 2024 09:23
Copy link
Contributor

@coreyostrove coreyostrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks as always for your help, @eendebakpt!

I agree that this doesn't appear to be used at present, so I don't seen any reason not to remove the import.

Edit: Switched the base branch to develop from master.

@coreyostrove coreyostrove changed the base branch from master to develop July 17, 2024 23:41
Copy link
Contributor

@sserita sserita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @eendebakpt!

Thanks @coreyostrove for catching the branch.

@sserita sserita merged commit 115df93 into sandialabs:develop Jul 22, 2024
@sserita sserita added this to the 0.9.13 milestone Jul 22, 2024
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