-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
A recent PR (#752) raised some linting errors:
I think it might be due to changes in numpy. It looks like pinning numpy to 2.1 solves the issue.
The changes seem to be features and not bugs: e.g., np.random.randint() is being "legacy"ed and replaced by np.random.default_rng().integers().
@alimanfoo, @cclarkson, @ahernank, @leehart, do you think the best solution is to pin the version back (as we have done recently with bokeh, I think) or to update the code to be compliant with the way numpy is going? I think updating the code would be better but more time-consuming.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working