Skip to content

use .index_min() instead of the deprecated form .min(index) - #436

Merged
rcurtin merged 1 commit into
masterfrom
fix-deprecated-min
Sep 3, 2025
Merged

use .index_min() instead of the deprecated form .min(index)#436
rcurtin merged 1 commit into
masterfrom
fix-deprecated-min

Conversation

@conradsnicta

Copy link
Copy Markdown
Contributor

Use index = X.index_min() instead of the deprecated form X.min(index).

Related: #432

@rcurtin rcurtin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, this is better than my thoughtless gap.min()...

@rcurtin
rcurtin merged commit 8579b39 into master Sep 3, 2025
3 of 8 checks passed
@rcurtin
rcurtin deleted the fix-deprecated-min branch September 3, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants