Skip to content

fix: uses removed numpy alias np.bool - #39

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/get-dataset-counts-rel-34e26c0c
Open

fix: uses removed numpy alias np.bool#39
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/get-dataset-counts-rel-34e26c0c

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: uses removed numpy alias np.bool

Fix

Replace:

    all_possib = np.ones_like(overlaps, dtype=np.bool)

with:

    all_possib = np.ones_like(overlaps, dtype=bool)

Files changed

  • lib/modeling_rel/get_dataset_counts_rel.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 27, 2026 21:06
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.

1 participant